Searched defs:udp_sk (Results 1 – 13 of 13) sorted by relevance
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | sock_destroy_prog.c | 107 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
|
| D | bpf_iter_udp4.c | 28 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp4() local
|
| D | bpf_iter_udp6.c | 35 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp6() local
|
| D | bpf_iter.h | 104 struct udp_sock *udp_sk; member
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | bpf_iter_udp4.c | 29 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp4() local
|
| D | bpf_iter_udp6.c | 36 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp6() local
|
| D | bpf_iter.h | 88 struct udp_sock *udp_sk; member
|
| /kernel/linux/linux-6.6/net/rxrpc/ |
| D | io_thread.c | 26 int rxrpc_encap_rcv(struct sock *udp_sk, struct sk_buff *skb) in rxrpc_encap_rcv()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | udp.h | 98 static inline struct udp_sock *udp_sk(const struct sock *sk) in udp_sk() function
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | udp.h | 110 #define udp_sk(ptr) container_of_const(ptr, struct udp_sock, inet.sk) macro
|
| /kernel/linux/linux-5.10/net/rxrpc/ |
| D | input.c | 1214 int rxrpc_input_packet(struct sock *udp_sk, struct sk_buff *skb) in rxrpc_input_packet()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | udp.c | 3050 struct udp_sock *udp_sk, uid_t uid, int bucket) in udp_prog_seq_show() 3221 struct udp_sock *udp_sk, uid_t uid, int bucket) in DEFINE_BPF_ITER_FUNC()
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | udp.c | 3241 struct udp_sock *udp_sk, uid_t uid, int bucket) in udp_prog_seq_show() 3536 struct udp_sock *udp_sk, uid_t uid, int bucket) in DEFINE_BPF_ITER_FUNC()
|