Home
last modified time | relevance | path

Searched refs:unix_sk (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/net/
Daf_unix.h43 #define unix_state_lock(s) spin_lock(&unix_sk(s)->lock)
44 #define unix_state_unlock(s) spin_unlock(&unix_sk(s)->lock)
46 spin_lock_nested(&unix_sk(s)->lock, \
68 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() function
/linux-4.4.14/net/unix/
Daf_unix.c138 #define UNIX_ABSTRACT(sk) (unix_sk(sk)->addr->hash < UNIX_HASH_SIZE)
182 #define unix_peer(sk) (unix_sk(sk)->peer)
280 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname()
316 struct dentry *dentry = unix_sk(s)->path.dentry; in unix_find_socket_byinode()
362 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay()
379 u = unix_sk(sk); in unix_dgram_peer_wake_connect()
380 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
400 u = unix_sk(sk); in unix_dgram_peer_wake_disconnect()
401 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
470 wake_up_interruptible_all(&unix_sk(sk)->peer_wait); in unix_dgram_disconnected()
[all …]
Dgarbage.c126 struct unix_sock *u = unix_sk(s); in unix_inflight()
147 struct unix_sock *u = unix_sk(s); in unix_notinflight()
179 struct unix_sock *u = unix_sk(sk); in scan_inflight()
217 u = unix_sk(skb->sk); in scan_children()
Ddiag.c13 struct unix_address *addr = unix_sk(sk)->addr; in sk_diag_dump_name()
24 struct dentry *dentry = unix_sk(sk)->path.dentry; in sk_diag_dump_vfs()
83 peer = unix_sk(req)->peer; in sk_diag_dump_icons()
/linux-4.4.14/security/
Dlsm_audit.c340 u = unix_sk(sk); in dump_common_audit_data()