Home
last modified time | relevance | path

Searched refs:udp6_sock (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter.h14 #define udp6_sock udp6_sock___not_used macro
38 #undef udp6_sock
109 struct udp6_sock { struct
H A Dbpf_iter_udp6.c37 struct udp6_sock *udp6_sk; in dump_udp6()
/openbmc/linux/net/ipv6/
H A Dudplite.c68 .obj_size = sizeof(struct udp6_sock),
69 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
H A Dudp.c1799 .obj_size = sizeof(struct udp6_sock),
1800 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
/openbmc/linux/include/net/netns/
H A Dsctp.h30 struct sock *udp6_sock; member
/openbmc/linux/tools/include/linux/
H A Dbtf_ids.h190 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
/openbmc/linux/include/linux/
H A Dbtf_ids.h240 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
H A Dipv6.h308 struct udp6_sock { struct
/openbmc/linux/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()
/openbmc/linux/net/core/
H A Dfilter.c11740 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()