Searched refs:unix_sock (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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() 159 static void scan_inflight(struct sock *x, void (*func)(struct unix_sock *), in scan_inflight() argument 179 struct unix_sock *u = unix_sk(sk); in scan_inflight() 201 static void scan_children(struct sock *x, void (*func)(struct unix_sock *), in scan_children() argument 209 struct unix_sock *u; in scan_children() 228 u = list_entry(embryos.next, struct unix_sock, link); in scan_children() 235 static void dec_inflight(struct unix_sock *usk) in dec_inflight() 240 static void inc_inflight(struct unix_sock *usk) in inc_inflight() 245 static void inc_inflight_move_tail(struct unix_sock *u) in inc_inflight_move_tail() [all …]
|
D | af_unix.c | 270 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname() 347 struct unix_sock *u; in unix_dgram_peer_wake_relay() 350 u = container_of(q, struct unix_sock, peer_wake); in unix_dgram_peer_wake_relay() 366 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() 388 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() 474 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor() 501 struct unix_sock *u = unix_sk(sk); in unix_release_sock() 594 struct unix_sock *u = unix_sk(sk); in unix_listen() 645 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off() 726 .obj_size = sizeof(struct unix_sock), [all …]
|
/linux-4.1.27/include/net/ |
D | af_unix.h | 51 struct unix_sock { struct 69 static inline struct unix_sock *unix_sk(struct sock *sk) in unix_sk() argument 71 return (struct unix_sock *)sk; in unix_sk()
|
/linux-4.1.27/security/ |
D | lsm_audit.c | 295 struct unix_sock *u; in dump_common_audit_data()
|