Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Daf_unix.h44 #define unix_state_lock(s) spin_lock(&unix_sk(s)->lock)
45 #define unix_state_unlock(s) spin_unlock(&unix_sk(s)->lock)
47 spin_lock_nested(&unix_sk(s)->lock, \
69 static inline struct unix_sock *unix_sk(struct sock *sk) in unix_sk() function
/linux-4.1.27/net/unix/
Daf_unix.c138 #define UNIX_ABSTRACT(sk) (unix_sk(sk)->addr->hash < UNIX_HASH_SIZE)
172 #define unix_peer(sk) (unix_sk(sk)->peer)
270 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname()
306 struct dentry *dentry = unix_sk(s)->path.dentry; in unix_find_socket_byinode()
352 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay()
369 u = unix_sk(sk); in unix_dgram_peer_wake_connect()
370 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
390 u = unix_sk(sk); in unix_dgram_peer_wake_disconnect()
391 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
459 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.1.27/security/
Dlsm_audit.c325 u = unix_sk(sk); in dump_common_audit_data()