Searched refs:udp6_sock (Results 1 – 5 of 5) sorted by relevance
254 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
891 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()
317 struct udp6_sock { struct
1939 .obj_size = sizeof(struct udp6_sock), in udpv6_init() 1940 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6), in udpv6_init()
12292 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()