Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/unix/
Daf_unix.c140 static inline int unix_our_peer(unix_socket *sk, unix_socket *osk) in unix_our_peer() function
147 return (unix_peer(osk) == NULL || unix_our_peer(sk, osk)); in unix_may_send()