Home
last modified time | relevance | path

Searched defs:unix_sk (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_skc_to_unix_sock.c16 struct unix_sock *unix_sk; in BPF_PROG() local
/linux/include/net/
H A Daf_unix.h55 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk) macro
/linux/net/unix/
H A Daf_unix.c3457 struct unix_sock *unix_sk, uid_t uid) in unix_prog_seq_show()
3705 struct unix_sock *unix_sk, uid_t uid) in DEFINE_BPF_ITER_FUNC()