Searched refs:udp6_sock (Results 1 – 10 of 10) sorted by relevance
14 #define udp6_sock udp6_sock___not_used macro38 #undef udp6_sock109 struct udp6_sock { struct
37 struct udp6_sock *udp6_sk; in dump_udp6()
68 .obj_size = sizeof(struct udp6_sock),69 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
1793 .obj_size = sizeof(struct udp6_sock),1794 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
30 struct sock *udp6_sock; member
190 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
255 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
299 struct udp6_sock { struct
906 net->sctp.udp6_sock = sock->sk; in sctp_udp_sock_start()918 if (net->sctp.udp6_sock) { in sctp_udp_sock_stop()919 udp_tunnel_sock_release(net->sctp.udp6_sock->sk_socket); in sctp_udp_sock_stop()920 net->sctp.udp6_sock = NULL; in sctp_udp_sock_stop()
11795 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()
Completed in 41 milliseconds