Searched refs:unix_sock (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skc_to_unix_sock.c16 struct unix_sock *unix_sk;
22 unix_sk = (struct unix_sock *)bpf_skc_to_unix_sock(sock->sk);
H A Dbpf_iter_setsockopt_unix.c16 static inline int cmpname(struct unix_sock *unix_sk)
31 struct unix_sock *unix_sk = ctx->unix_sk;
H A Dbpf_iter_unix.c27 struct unix_sock *unix_sk = ctx->unix_sk;
H A Dbpf_iter.h116 struct unix_sock *unix_sk;
/linux-master/include/net/
H A Daf_unix.h12 struct unix_sock *unix_get_socket(struct file *filp);
14 static inline struct unix_sock *unix_get_socket(struct file *filp)
21 void unix_add_edges(struct scm_fp_list *fpl, struct unix_sock *receiver);
23 void unix_update_edges(struct unix_sock *receiver);
39 struct unix_sock *predecessor;
40 struct unix_sock *successor;
76 struct unix_sock { struct
94 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk)
/linux-master/net/unix/
H A Dgarbage.c84 struct unix_sock *unix_get_socket(struct file *filp)
190 void unix_add_edges(struct scm_fp_list *fpl, struct unix_sock *receiver)
200 struct unix_sock *inflight = unix_get_socket(fpl->fp[j++]);
227 struct unix_sock *receiver;
254 void unix_update_edges(struct unix_sock *receiver)
310 struct unix_sock *u;
352 struct unix_sock *u;
H A Dunix_bpf.c19 struct unix_sock *u = unix_sk(sk);
53 struct unix_sock *u = unix_sk(sk);
H A Daf_unix.c374 struct unix_sock *u = unix_sk(s);
444 struct unix_sock *u;
447 u = container_of(q, struct unix_sock, peer_wake);
463 struct unix_sock *u, *u_other;
485 struct unix_sock *u, *u_other;
578 struct unix_sock *u = unix_sk(sk);
603 struct unix_sock *u = unix_sk(sk);
728 struct unix_sock *u = unix_sk(sk);
787 struct unix_sock *u;
806 struct unix_sock *
[all...]
/linux-master/tools/include/linux/
H A Dbtf_ids.h191 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
/linux-master/include/linux/
H A Dbtf_ids.h256 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
/linux-master/security/
H A Dlsm_audit.c313 const struct unix_sock *u;
/linux-master/net/core/
H A Dfilter.c11766 /* unix_sock type is not generated in dwarf and hence btf,
11769 BTF_TYPE_EMIT(struct unix_sock);

Completed in 373 milliseconds