Searched refs:udp6_sock (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter.h | 13 #define udp6_sock udp6_sock___not_used macro 32 #undef udp6_sock macro 93 struct udp6_sock { struct
|
H A D | bpf_iter_udp6.c | 38 struct udp6_sock *udp6_sk; in dump_udp6()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter.h | 14 #define udp6_sock udp6_sock___not_used macro 38 #undef udp6_sock macro 109 struct udp6_sock { struct
|
H A D | bpf_iter_udp6.c | 37 struct udp6_sock *udp6_sk; in dump_udp6()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udplite.c | 68 .obj_size = sizeof(struct udp6_sock), 69 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
|
H A D | udp.c | 1788 .obj_size = sizeof(struct udp6_sock), 1789 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
|
/kernel/linux/linux-6.6/include/net/netns/ |
H A D | sctp.h | 30 struct sock *udp6_sock; member
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | btf_ids.h | 175 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock)
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udplite.c | 62 .obj_size = sizeof(struct udp6_sock),
|
H A D | udp.c | 1740 .obj_size = sizeof(struct udp6_sock),
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | btf_ids.h | 175 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock)
|
H A D | ipv6.h | 306 struct udp6_sock { struct 308 /* ipv6_pinfo has to be the last member of udp6_sock, see inet6_sk_generic */
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | btf_ids.h | 188 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | btf_ids.h | 240 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
|
H A D | ipv6.h | 308 struct udp6_sock { struct
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | protocol.c | 905 net->sctp.udp6_sock = sock->sk; in sctp_udp_sock_start() 917 if (net->sctp.udp6_sock) { in sctp_udp_sock_stop() 918 udp_tunnel_sock_release(net->sctp.udp6_sock->sk_socket); in sctp_udp_sock_stop() 919 net->sctp.udp6_sock = NULL; in sctp_udp_sock_stop()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 10556 /* udp6_sock type is not generated in dwarf and hence btf, in BPF_CALL_1() 10559 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 11686 /* udp6_sock type is not generated in dwarf and hence btf, in BPF_CALL_1() 11689 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()
|
Completed in 45 milliseconds