Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbtf_ids.h254 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
/linux/net/sctp/
H A Dprotocol.c891 net->sctp.udp6_sock = sock->sk; in sctp_udp_sock_start()
903 if (net->sctp.udp6_sock) { in sctp_udp_sock_stop()
904 udp_tunnel_sock_release(net->sctp.udp6_sock); in sctp_udp_sock_stop()
905 net->sctp.udp6_sock = NULL; in sctp_udp_sock_stop()
/linux/include/linux/
H A Dipv6.h317 struct udp6_sock { struct
/linux/net/ipv6/
H A Dudp.c1939 .obj_size = sizeof(struct udp6_sock), in udpv6_init()
1940 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6), in udpv6_init()
/linux/net/core/
H A Dfilter.c12292 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()