Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dmptcp_usrreq.c1702 mp_so->so_flags &= ~SOF_NOTSENT_LOWAT; in mptcp_setopt()
1705 mp_so->so_flags |= SOF_NOTSENT_LOWAT; in mptcp_setopt()
2093 if (mptetoso(mpte)->so_flags & SOF_NOTSENT_LOWAT) { in mptcp_getopt()
H A Dtcp_usrreq.c2553 so->so_flags &= ~(SOF_NOTSENT_LOWAT); in tcp_ctloutput()
2556 so->so_flags |= SOF_NOTSENT_LOWAT; in tcp_ctloutput()
2920 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0) { in tcp_ctloutput()
H A Dtcp_input.c2747 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0) { in tcp_input()
/xnu-10063.141.1/bsd/sys/
H A Dsocketvar.h257 #define SOF_NOTSENT_LOWAT 0x00080000 /* A different lowat on not sent macro
/xnu-10063.141.1/bsd/kern/
H A Duipc_socket2.c395 SOF_NODEFUNCT | SOF_PRIVILEGED_TRAFFIC_CLASS | SOF_NOTSENT_LOWAT | in sonewconn_internal()
2370 if (so->so_flags & SOF_NOTSENT_LOWAT) { in sowriteable()
H A Duipc_socket.c6780 if ((so->so_flags & SOF_NOTSENT_LOWAT) in filt_sowrite_common()