Home
last modified time | relevance | path

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

/linux-6.1.9/net/unix/ !
Daf_unix.c216 static inline int unix_our_peer(struct sock *sk, struct sock *osk) in unix_our_peer() function
223 return unix_peer(osk) == NULL || unix_our_peer(sk, osk); in unix_may_send()