Searched refs:unix_peer (Results 1 – 5 of 5) sorted by relevance
282 return !unix_peer(osk) || unix_peer(osk) == sk; in unix_may_send()295 peer = unix_peer(s); in unix_peer_get()678 skpair = unix_peer(sk); in unix_release_sock()679 unix_peer(sk) = NULL; in unix_release_sock()1467 if (unix_peer(sk)) { in unix_dgram_connect()1470 unix_peer(sk) = other; in unix_dgram_connect()1636 unix_peer(newsk) = sk; in unix_stream_connect()1677 unix_peer(sk) = newsk; in unix_stream_connect()1708 unix_peer(ska) = skb; in unix_socketpair()1709 unix_peer(skb) = ska; in unix_socketpair()[all …]
187 sk_pair = unix_peer(sk); in unix_stream_bpf_update_proto()
79 buf[i++] = sock_i_ino(unix_peer(skb->sk)); in sk_diag_dump_icons()
56 #define unix_peer(sk) (unix_sk(sk)->peer) macro
312 if (unix_peer(sock->sk) == other->sk) in hook_unix_may_send()