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