Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbtf_ids.h190 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
/linux/net/sctp/
H A Dprotocol.c890 net->sctp.udp6_sock = sock->sk; in sctp_udp_sock_start()
902 if (net->sctp.udp6_sock) { in sctp_udp_sock_stop()
903 udp_tunnel_sock_release(net->sctp.udp6_sock->sk_socket); in sctp_udp_sock_stop()
904 net->sctp.udp6_sock = NULL; in sctp_udp_sock_stop()
/linux/include/linux/
H A Dipv6.h317 struct udp6_sock { struct
/linux/net/core/
H A Dfilter.c12046 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()