Searched refs:SOF_NOTSENT_LOWAT (Results 1 – 6 of 6) sorted by relevance
1729 mp_so->so_flags &= ~SOF_NOTSENT_LOWAT; in mptcp_setopt()1732 mp_so->so_flags |= SOF_NOTSENT_LOWAT; in mptcp_setopt()2117 if (mptetoso(mpte)->so_flags & SOF_NOTSENT_LOWAT) { in mptcp_getopt()
2579 so->so_flags &= ~(SOF_NOTSENT_LOWAT); in tcp_ctloutput()2582 so->so_flags |= SOF_NOTSENT_LOWAT; in tcp_ctloutput()2937 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0) { in tcp_ctloutput()
2510 if (((*so2)->so_flags & SOF_NOTSENT_LOWAT) != 0) { in tcp_create_server_socket()
254 #define SOF_NOTSENT_LOWAT 0x00080000 /* A different lowat on not sent macro
396 SOF_NODEFUNCT | SOF_PRIVILEGED_TRAFFIC_CLASS | SOF_NOTSENT_LOWAT | in sonewconn_internal()2407 if (so->so_flags & SOF_NOTSENT_LOWAT) { in sowriteable()
6792 if ((so->so_flags & SOF_NOTSENT_LOWAT) in filt_sowrite_common()