Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Daf_unix.c215 static inline int unix_our_peer(struct sock *sk, struct sock *osk) in unix_our_peer() function
222 return unix_peer(osk) == NULL || unix_our_peer(sk, osk); in unix_may_send()