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),
1799 .obj_size = sizeof(struct udp6_sock),1800 .ipv6_pinfo_offset = offsetof(struct udp6_sock, inet6),
30 struct sock *udp6_sock; member
190 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
240 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock) \
308 struct udp6_sock { struct
905 net->sctp.udp6_sock = sock->sk; in sctp_udp_sock_start()917 if (net->sctp.udp6_sock) { in sctp_udp_sock_stop()918 udp_tunnel_sock_release(net->sctp.udp6_sock->sk_socket); in sctp_udp_sock_stop()919 net->sctp.udp6_sock = NULL; in sctp_udp_sock_stop()
11740 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()