Searched refs:unix_our_peer (Results 1 – 1 of 1) sorted by relevance
216 static inline int unix_our_peer(struct sock *sk, struct sock *osk) in unix_our_peer() function223 return unix_peer(osk) == NULL || unix_our_peer(sk, osk); in unix_may_send()