Home
last modified time | relevance | path

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

/linux-6.14.4/net/unix/
Daf_unix.c291 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 …]
Dunix_bpf.c186 sk_pair = unix_peer(sk); in unix_stream_bpf_update_proto()
Ddiag.c77 buf[i++] = sock_i_ino(unix_peer(skb->sk)); in sk_diag_dump_icons()
/linux-6.14.4/include/net/
Daf_unix.h95 #define unix_peer(sk) (unix_sk(sk)->peer) macro
/linux-6.14.4/security/landlock/
Dtask.c244 if (unix_peer(sock->sk) == other->sk) in hook_unix_may_send()