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.c235 peer = unix_peer(s); in unix_peer_get()
616 skpair = unix_peer(sk); in unix_release_sock()
617 unix_peer(sk) = NULL; in unix_release_sock()
1422 if (unix_peer(sk)) { in unix_dgram_connect()
1425 unix_peer(sk) = other; in unix_dgram_connect()
1443 unix_peer(sk) = other; in unix_dgram_connect()
1604 unix_peer(newsk) = sk; in unix_stream_connect()
1644 unix_peer(sk) = newsk; in unix_stream_connect()
1677 unix_peer(ska) = skb; in unix_socketpair()
1678 unix_peer(skb) = ska; in unix_socketpair()
[all …]
H A Dunix_bpf.c183 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