Home
last modified time | relevance | path

Searched refs:bpf_skc_to_unix_sock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_skc_to_unix_sock.c22 unix_sk = (struct unix_sock *)bpf_skc_to_unix_sock(sock->sk); in BPF_PROG()
/openbmc/linux/net/core/
H A Dfilter.c11762 BPF_CALL_1(bpf_skc_to_unix_sock, struct sock *, sk) in BPF_CALL_1() argument
11775 .func = bpf_skc_to_unix_sock,