Searched refs:unix_sock (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/net/unix/ |
D | garbage.c | 91 static void scan_inflight(struct sock *x, void (*func)(struct unix_sock *), in scan_inflight() argument 111 struct unix_sock *u = unix_sk(sk); in scan_inflight() 133 static void scan_children(struct sock *x, void (*func)(struct unix_sock *), in scan_children() argument 141 struct unix_sock *u; in scan_children() 160 u = list_entry(embryos.next, struct unix_sock, link); in scan_children() 167 static void dec_inflight(struct unix_sock *usk) in dec_inflight() 172 static void inc_inflight(struct unix_sock *usk) in inc_inflight() 177 static void inc_inflight_move_tail(struct unix_sock *u) in inc_inflight_move_tail() 204 struct unix_sock *u; in unix_gc() 205 struct unix_sock *next; in unix_gc() [all …]
|
D | af_unix.c | 295 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname() 369 struct unix_sock *u; in unix_dgram_peer_wake_relay() 372 u = container_of(q, struct unix_sock, peer_wake); in unix_dgram_peer_wake_relay() 388 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() 410 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() 503 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor() 536 struct unix_sock *u = unix_sk(sk); in unix_release_sock() 653 struct unix_sock *u = unix_sk(sk); in unix_listen() 714 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off() 729 struct unix_sock *u; in unix_show_fdinfo() [all …]
|
D | scm.c | 55 struct unix_sock *u = unix_sk(s); in unix_inflight() 76 struct unix_sock *u = unix_sk(s); in unix_notinflight()
|
D | unix_bpf.c | 19 struct unix_sock *u = unix_sk(sk); in unix_msg_wait_data() 54 struct unix_sock *u = unix_sk(sk); in unix_bpf_recvmsg()
|
/Linux-v5.15/include/net/ |
D | af_unix.h | 57 struct unix_sock { struct 78 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() argument 80 return (struct unix_sock *)sk; in unix_sk()
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_unix.c | 27 struct unix_sock *unix_sk = ctx->unix_sk; in dump_unix()
|
D | bpf_iter.h | 110 struct unix_sock *unix_sk;
|
/Linux-v5.15/include/linux/ |
D | btf_ids.h | 180 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock)
|
/Linux-v5.15/security/ |
D | lsm_audit.c | 324 struct unix_sock *u; in dump_common_audit_data()
|