Searched refs:unix_sock (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/unix/ |
D | garbage.c | 126 struct unix_sock *u = unix_sk(s); in unix_inflight() 147 struct unix_sock *u = unix_sk(s); in unix_notinflight() 160 static void scan_inflight(struct sock *x, void (*func)(struct unix_sock *), in scan_inflight() argument 180 struct unix_sock *u = unix_sk(sk); in scan_inflight() 202 static void scan_children(struct sock *x, void (*func)(struct unix_sock *), in scan_children() argument 210 struct unix_sock *u; in scan_children() 229 u = list_entry(embryos.next, struct unix_sock, link); in scan_children() 236 static void dec_inflight(struct unix_sock *usk) in dec_inflight() 241 static void inc_inflight(struct unix_sock *usk) in inc_inflight() 246 static void inc_inflight_move_tail(struct unix_sock *u) in inc_inflight_move_tail() [all …]
|
D | af_unix.c | 281 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname() 358 struct unix_sock *u; in unix_dgram_peer_wake_relay() 361 u = container_of(q, struct unix_sock, peer_wake); in unix_dgram_peer_wake_relay() 377 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() 399 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() 491 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor() 518 struct unix_sock *u = unix_sk(sk); in unix_release_sock() 612 struct unix_sock *u = unix_sk(sk); in unix_listen() 668 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off() 750 .obj_size = sizeof(struct unix_sock), [all …]
|
/Linux-v4.19/include/net/ |
D | af_unix.h | 52 struct unix_sock { struct 69 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() argument 71 return (struct unix_sock *)sk; in unix_sk()
|
/Linux-v4.19/security/ |
D | lsm_audit.c | 323 struct unix_sock *u; in dump_common_audit_data()
|