Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Daf_unix.h45 #define unix_state_lock(s) spin_lock(&unix_sk(s)->lock)
46 #define unix_state_unlock(s) spin_unlock(&unix_sk(s)->lock)
48 spin_lock_nested(&unix_sk(s)->lock, \
69 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() function
/Linux-v4.19/net/unix/
Daf_unix.c139 #define UNIX_ABSTRACT(sk) (unix_sk(sk)->addr->hash < UNIX_HASH_SIZE)
183 #define unix_peer(sk) (unix_sk(sk)->peer)
281 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname()
317 struct dentry *dentry = unix_sk(s)->path.dentry; in unix_find_socket_byinode()
363 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay()
380 u = unix_sk(sk); in unix_dgram_peer_wake_connect()
381 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
401 u = unix_sk(sk); in unix_dgram_peer_wake_disconnect()
402 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
476 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()
180 struct unix_sock *u = unix_sk(sk); in scan_inflight()
218 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-v4.19/security/
Dlsm_audit.c353 u = unix_sk(sk); in dump_common_audit_data()