Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_iter.h13 #define udp6_sock udp6_sock___not_used macro
32 #undef udp6_sock
93 struct udp6_sock { struct
H A Dbpf_iter_udp6.c38 struct udp6_sock *udp6_sk; in dump_udp6()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudplite.c53 .obj_size = sizeof(struct udp6_sock),
H A Dudp.c1718 .obj_size = sizeof(struct udp6_sock),
/OK3568_Linux_fs/kernel/include/linux/
H A Dbtf_ids.h175 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock)
H A Dipv6.h312 struct udp6_sock { struct
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbtf_ids.h175 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP6, udp6_sock)
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c10441 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()