Home
last modified time | relevance | path

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

/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()
/linux/net/core/
H A Dfilter.c11817 BPF_CALL_1(bpf_skc_to_unix_sock, struct sock *, sk) in BPF_CALL_1() argument
11830 .func = bpf_skc_to_unix_sock,