Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A 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()
/openbmc/linux/net/core/
H A Dfilter.c11957 __bpf_kfunc int bpf_sock_destroy(struct sock_common *sock) in bpf_sock_destroy() function
11976 BTF_ID_FLAGS(func, bpf_sock_destroy, KF_TRUSTED_ARGS) in BTF_SET8_START()