Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dsocketvar.h1064 extern int tcp_notsent_lowat_check(struct socket *so);
/xnu-8792.61.2/bsd/netinet/
H A Dtcp_subr.c306 int tcp_notsent_lowat_check(struct socket *so);
3618 tcp_notsent_lowat_check(struct socket *so) in tcp_notsent_lowat_check() function
/xnu-8792.61.2/bsd/kern/
H A Duipc_socket2.c2376 return tcp_notsent_lowat_check(so); in sowriteable()
H A Duipc_socket.c6970 ret = tcp_notsent_lowat_check(so); in filt_sowrite_common()