Searched defs:udp_sk (Results 1 – 5 of 5) sorted by relevance
107 struct udp_sock *udp_sk = ctx->udp_sk; in iter_udp6_client() local129 struct udp_sock *udp_sk = ctx->udp_sk; in iter_udp6_server() local
28 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp4() local
35 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp6() local
94 #define udp_sk(ptr) container_of(ptr, struct udp_sock, inet.sk) macro
26 int rxrpc_encap_rcv(struct sock *udp_sk, struct sk_buff *skb) in rxrpc_encap_rcv()