Searched refs:SOF_NOTSENT_LOWAT (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c1508 so->so_flags &= ~(SOF_NOTSENT_LOWAT);
1511 so->so_flags |= SOF_NOTSENT_LOWAT;
1584 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0) {
H A Dtcp_input.c1962 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0)
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h253 #define SOF_NOTSENT_LOWAT 0x80000 /* A different lowat on not sent data has been set */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c322 SOF_NOTSENT_LOWAT |
H A Duipc_socket.c4077 if ((so->so_flags & SOF_NOTSENT_LOWAT) != 0) {

Completed in 25 milliseconds