Searched defs:udp_sk (Results 1 - 13 of 13) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_udp4.c | 29 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp4() local
|
| H A D | bpf_iter_udp6.c | 36 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp6() local
|
| H A D | bpf_iter.h | 88 struct udp_sock *udp_sk; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_udp4.c | 28 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp4() local
|
| H A D | bpf_iter_udp6.c | 35 struct udp_sock *udp_sk = ctx->udp_sk; in dump_udp6() local
|
| H A 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
|
| H A D | bpf_iter.h | 104 struct udp_sock *udp_sk; member
|
| /kernel/linux/linux-6.6/net/rxrpc/ |
| H A D | io_thread.c | 26 int rxrpc_encap_rcv(struct sock *udp_sk, struct sk_buff *skb) in rxrpc_encap_rcv() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A 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/ |
| H A 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/ |
| H A D | input.c | 1214 int rxrpc_input_packet(struct sock *udp_sk, struct sk_buff *skb) in rxrpc_input_packet() argument
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | udp.c | 3058 udp_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta, struct udp_sock *udp_sk, uid_t uid, int bucket) udp_prog_seq_show() argument [all...] |
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | udp.c | 3240 udp_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta, struct udp_sock *udp_sk, uid_t uid, int bucket) udp_prog_seq_show() argument [all...] |
Completed in 11 milliseconds