Searched refs:unix_sock (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/include/net/ |
D | af_unix.h | 12 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/ |
D | garbage.c | 84 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()
|
D | af_unix.c | 141 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 …]
|
D | unix_bpf.c | 19 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/ |
D | test_skc_to_unix_sock.c | 16 struct unix_sock *unix_sk; in BPF_PROG() 22 unix_sk = (struct unix_sock *)bpf_skc_to_unix_sock(sock->sk); in BPF_PROG()
|
D | bpf_iter_setsockopt_unix.c | 16 static inline int cmpname(struct unix_sock *unix_sk) in cmpname() 31 struct unix_sock *unix_sk = ctx->unix_sk; in change_sndbuf()
|
D | bpf_iter_unix.c | 27 struct unix_sock *unix_sk = ctx->unix_sk; in dump_unix()
|
/linux-6.14.4/tools/include/linux/ |
D | btf_ids.h | 191 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
|
/linux-6.14.4/include/linux/ |
D | btf_ids.h | 256 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
|
/linux-6.14.4/security/ |
D | lsm_audit.c | 313 const struct unix_sock *u; in dump_common_audit_data()
|
/linux-6.14.4/net/core/ |
D | filter.c | 11836 BTF_TYPE_EMIT(struct unix_sock); in BPF_CALL_1()
|