Home
last modified time | relevance | path

Searched refs:bpf_sock_destroy (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dsock_destroy_prog.c11 int bpf_sock_destroy(struct sock_common *sk) __ksym;
68 bpf_sock_destroy(sk_common); in iter_tcp6_client()
98 bpf_sock_destroy(sk_common); in iter_tcp6_server()
121 bpf_sock_destroy((struct sock_common *)sk); in iter_udp6_client()
140 bpf_sock_destroy((struct sock_common *)sk); in iter_udp6_server()
Dsock_destroy_prog_fail.c11 int bpf_sock_destroy(struct sock_common *sk) __ksym;
18 bpf_sock_destroy((struct sock_common *)sk); in BPF_PROG()
/linux-6.12.1/net/core/
Dfilter.c12146 __bpf_kfunc int bpf_sock_destroy(struct sock_common *sock) in bpf_sock_destroy() function
12165 BTF_ID_FLAGS(func, bpf_sock_destroy, KF_TRUSTED_ARGS) in BTF_ID_FLAGS() argument