Home
last modified time | relevance | path

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

/linux-6.15/net/unix/
H A Daf_unix.c282 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 …]
H A Dunix_bpf.c187 sk_pair = unix_peer(sk); in unix_stream_bpf_update_proto()
H A Ddiag.c79 buf[i++] = sock_i_ino(unix_peer(skb->sk)); in sk_diag_dump_icons()
/linux-6.15/include/net/
H A Daf_unix.h56 #define unix_peer(sk) (unix_sk(sk)->peer) macro
/linux-6.15/security/landlock/
H A Dtask.c312 if (unix_peer(sock->sk) == other->sk) in hook_unix_may_send()