Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dsocketvar.h786 extern boolean_t socanwrite(struct socket *so);
/xnu-8796.121.2/bsd/kern/
H A Duipc_socket2.c258 socanwrite(struct socket *so) in socanwrite() function
2324 if (so_wait_for_if_feedback(so) || !socanwrite(so)) { in sowriteable()
H A Duipc_socket.c6931 if (!socanwrite(so)) { in filt_sowrite_common()