Searched defs:udp_sk (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_udp4.c28 struct udp_sock *udp_sk = ctx->udp_sk; local
H A Dsock_iter_batch.c59 #define udp_sk(ptr) container_of(ptr, struct udp_sock, inet.sk) macro
H A Dbpf_iter_udp6.c35 struct udp_sock *udp_sk = ctx->udp_sk; local
H A Dsock_destroy_prog.c107 struct udp_sock *udp_sk = ctx->udp_sk; local
129 struct udp_sock *udp_sk = ctx->udp_sk; local
H A Dbpf_iter.h104 struct udp_sock *udp_sk; member in struct:bpf_iter__udp
/linux-master/net/rxrpc/
H A Dio_thread.c26 int rxrpc_encap_rcv(struct sock *udp_sk, struct sk_buff *skb) argument
/linux-master/include/linux/
H A Dudp.h113 #define udp_sk(ptr) container_of_const(ptr, struct udp_sock, inet.sk) macro
/linux-master/net/ipv4/
H A Dudp.c3260 udp_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta, struct udp_sock *udp_sk, uid_t uid, int bucket) argument
[all...]

Completed in 254 milliseconds