Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dsocketvar.h764 extern boolean_t socanwrite(struct socket *so);
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket2.c256 socanwrite(struct socket *so) in socanwrite() function
2313 if (so_wait_for_if_feedback(so) || !socanwrite(so)) { in sowriteable()
H A Duipc_socket.c6840 if (!socanwrite(so)) { in filt_sowrite_common()