Home
last modified time | relevance | path

Searched refs:unix_sock (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/include/net/
Daf_unix.h12 struct unix_sock *unix_get_socket(struct file *filp);
14 static inline struct unix_sock *unix_get_socket(struct file *filp) in unix_get_socket()
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) argument
/linux-6.14.4/net/unix/
Dgarbage.c84 struct unix_sock *unix_get_socket(struct file *filp) in unix_get_socket()
190 void unix_add_edges(struct scm_fp_list *fpl, struct unix_sock *receiver) in unix_add_edges()
200 struct unix_sock *inflight = unix_get_socket(fpl->fp[j++]); in unix_add_edges()
227 struct unix_sock *receiver; in unix_del_edges()
254 void unix_update_edges(struct unix_sock *receiver) in unix_update_edges()
310 struct unix_sock *u; in unix_vertex_dead()
347 struct unix_sock *u; in unix_collect_skb()
Daf_unix.c141 const struct unix_sock *a, *b; in unix_state_lock_cmp_fn()
143 a = container_of(_a, struct unix_sock, lock.dep_map); in unix_state_lock_cmp_fn()
144 b = container_of(_b, struct unix_sock, lock.dep_map); in unix_state_lock_cmp_fn()
438 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname()
508 struct unix_sock *u; in unix_dgram_peer_wake_relay()
511 u = container_of(q, struct unix_sock, peer_wake); in unix_dgram_peer_wake_relay()
527 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect()
549 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect()
643 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor()
668 struct unix_sock *u = unix_sk(sk); in unix_release_sock()
[all …]
Dunix_bpf.c19 struct unix_sock *u = unix_sk(sk); in unix_msg_wait_data()
53 struct unix_sock *u = unix_sk(sk); in unix_bpf_recvmsg()
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dtest_skc_to_unix_sock.c16 struct unix_sock *unix_sk; in BPF_PROG()
22 unix_sk = (struct unix_sock *)bpf_skc_to_unix_sock(sock->sk); in BPF_PROG()
Dbpf_iter_setsockopt_unix.c16 static inline int cmpname(struct unix_sock *unix_sk) in cmpname()
31 struct unix_sock *unix_sk = ctx->unix_sk; in change_sndbuf()
Dbpf_iter_unix.c27 struct unix_sock *unix_sk = ctx->unix_sk; in dump_unix()
/linux-6.14.4/tools/include/linux/
Dbtf_ids.h191 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
/linux-6.14.4/include/linux/
Dbtf_ids.h256 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
/linux-6.14.4/security/
Dlsm_audit.c313 const struct unix_sock *u; in dump_common_audit_data()
/linux-6.14.4/net/core/
Dfilter.c11836 BTF_TYPE_EMIT(struct unix_sock); in BPF_CALL_1()