Searched refs:unix_peer (Results 1 – 5 of 5) sorted by relevance
291 return !unix_peer(osk) || unix_peer(osk) == sk; in unix_may_send()304 peer = unix_peer(s); in unix_peer_get()634 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()687 skpair = unix_peer(sk); in unix_release_sock()688 unix_peer(sk) = NULL; in unix_release_sock()1476 if (unix_peer(sk)) { in unix_dgram_connect()1477 struct sock *old_peer = unix_peer(sk); in unix_dgram_connect()1479 unix_peer(sk) = other; in unix_dgram_connect()1490 if (!unix_peer(old_peer)) in unix_dgram_connect()1497 unix_peer(sk) = other; in unix_dgram_connect()[all …]
186 sk_pair = unix_peer(sk); in unix_stream_bpf_update_proto()
77 buf[i++] = sock_i_ino(unix_peer(skb->sk)); in sk_diag_dump_icons()
95 #define unix_peer(sk) (unix_sk(sk)->peer) macro
244 if (unix_peer(sock->sk) == other->sk) in hook_unix_may_send()