Searched refs:unix_sock (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 | 280 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname() 357 struct unix_sock *u; in unix_dgram_peer_wake_relay() 360 u = container_of(q, struct unix_sock, peer_wake); in unix_dgram_peer_wake_relay() 376 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() 398 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() 485 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor() 512 struct unix_sock *u = unix_sk(sk); in unix_release_sock() 606 struct unix_sock *u = unix_sk(sk); in unix_listen() 662 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off() 744 .obj_size = sizeof(struct unix_sock), [all …]
|
/linux-4.4.14/include/net/ |
D | af_unix.h | 50 struct unix_sock { struct 68 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() argument 70 return (struct unix_sock *)sk; in unix_sk()
|
/linux-4.4.14/security/ |
D | lsm_audit.c | 310 struct unix_sock *u; in dump_common_audit_data()
|