Home
last modified time | relevance | path

Searched refs:unix_peer (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/unix/
H A Daf_unix.c217 return unix_peer(osk) == sk; in unix_our_peer()
222 return unix_peer(osk) == NULL || unix_our_peer(sk, osk); in unix_may_send()
235 peer = unix_peer(s); in unix_peer_get()
563 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
616 skpair = unix_peer(sk); in unix_release_sock()
617 unix_peer(sk) = NULL; in unix_release_sock()
1415 if (unix_peer(sk)) { in unix_dgram_connect()
1416 struct sock *old_peer = unix_peer(sk); in unix_dgram_connect()
1418 unix_peer(sk) = other; in unix_dgram_connect()
1429 if (!unix_peer(old_peer)) in unix_dgram_connect()
[all …]
H A Dunix_bpf.c186 sk_pair = unix_peer(sk); in unix_stream_bpf_update_proto()
/openbmc/linux/include/net/
H A Daf_unix.h72 #define unix_peer(sk) (unix_sk(sk)->peer) macro