Home
last modified time | relevance | path

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

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