Home
last modified time | relevance | path

Searched defs:unix_sk (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_skc_to_unix_sock.c16 struct unix_sock *unix_sk; in BPF_PROG() local
H A Dbpf_iter_setsockopt_unix.c16 static inline int cmpname(struct unix_sock *unix_sk) in cmpname() argument
31 struct unix_sock *unix_sk = ctx->unix_sk; in change_sndbuf() local
[all...]
H A Dbpf_iter_unix.c27 struct unix_sock *unix_sk = ctx->unix_sk; in dump_unix() local
[all...]
H A Dbpf_iter.h116 struct unix_sock *unix_sk; member
/kernel/linux/linux-5.10/include/net/
H A Daf_unix.h69 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() function
/kernel/linux/linux-6.6/include/net/
H A Daf_unix.h71 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk) macro
/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c1227 __releases(&unix_sk(other)->lock) unix_sk() function
[all...]
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c1452 __releases(&unix_sk(other)->lock) unix_sk() function
3327 unix_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta, struct unix_sock *unix_sk, uid_t uid) unix_prog_seq_show() argument
[all...]

Completed in 7 milliseconds