Home
last modified time | relevance | path

Searched refs:udp6_sock (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_iter.h13 #define udp6_sock udp6_sock___not_used macro
32 #undef udp6_sock macro
93 struct udp6_sock { struct
H A Dbpf_iter_udp6.c38 struct udp6_sock *udp6_sk; in dump_udp6()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter.h14 #define udp6_sock udp6_sock___not_used macro
38 #undef udp6_sock macro
109 struct udp6_sock { struct
H A Dbpf_iter_udp6.c37 struct udp6_sock *udp6_sk; in dump_udp6()
/kernel/linux/linux-6.6/net/ipv6/
H A Dudplite.c68 .obj_size = sizeof(struct udp6_sock),
69 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
H A Dudp.c1788 .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 Dsctp.h30 struct sock *udp6_sock; member
/kernel/linux/linux-5.10/tools/include/linux/
H A Dbtf_ids.h175 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock)
/kernel/linux/linux-5.10/net/ipv6/
H A Dudplite.c62 .obj_size = sizeof(struct udp6_sock),
H A Dudp.c1740 .obj_size = sizeof(struct udp6_sock),
/kernel/linux/linux-5.10/include/linux/
H A Dbtf_ids.h175 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock)
H A Dipv6.h306 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 Dbtf_ids.h188 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
/kernel/linux/linux-6.6/include/linux/
H A Dbtf_ids.h240 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
H A Dipv6.h308 struct udp6_sock { struct
/kernel/linux/linux-6.6/net/sctp/
H A Dprotocol.c905 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 Dfilter.c10556 /* 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 Dfilter.c11686 /* 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