Home
last modified time | relevance | path

Searched defs:udp_sk (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dsock_destroy_prog.c107 struct udp_sock *udp_sk = ctx->udp_sk; in iter_udp6_client() local
129 struct udp_sock *udp_sk = ctx->udp_sk; in iter_udp6_server() local
H A Dbpf_iter_udp4.c28 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp4() local
H A Dbpf_iter_udp6.c35 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp6() local
H A Dsock_iter_batch.c94 #define udp_sk(ptr) container_of(ptr, struct udp_sock, inet.sk) macro
/linux/net/rxrpc/
H A Dio_thread.c26 int rxrpc_encap_rcv(struct sock *udp_sk, struct sk_buff *skb) in rxrpc_encap_rcv()