Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dudplite.c68 .obj_size = sizeof(struct udp6_sock),
69 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
H A Dudp.c1931 .obj_size = sizeof(struct udp6_sock),
1932 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
/linux-6.15/include/net/netns/
H A Dsctp.h30 struct sock *udp6_sock; member
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_udp6.c37 struct udp6_sock *udp6_sk; in dump_udp6()
/linux-6.15/tools/include/linux/
H A Dbtf_ids.h190 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
/linux-6.15/include/linux/
H A Dbtf_ids.h255 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
H A Dipv6.h300 struct udp6_sock { struct
/linux-6.15/net/sctp/
H A Dprotocol.c921 net->sctp.udp6_sock = sock->sk; in sctp_udp_sock_start()
933 if (net->sctp.udp6_sock) { in sctp_udp_sock_stop()
934 udp_tunnel_sock_release(net->sctp.udp6_sock->sk_socket); in sctp_udp_sock_stop()
935 net->sctp.udp6_sock = NULL; in sctp_udp_sock_stop()
/linux-6.15/net/core/
H A Dfilter.c11880 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()