Searched refs:bytes_lowat (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.h1448 @field bytes_lowat Low watermark packet threshold.
1472 u_int32_t bytes_lowat; member in struct:ifnet_poll_params
H A Ddlil.c2132 if ((p->bytes_lowat == 0 && p->bytes_hiwat != 0) ||
2133 (p->bytes_lowat != 0 && p->bytes_hiwat == 0))
2135 if (p->bytes_lowat != 0 && /* hiwat must be non-zero */
2136 p->bytes_lowat >= p->bytes_hiwat)
2182 blowat = ((p == NULL || p->bytes_lowat == 0) ?
2183 rxpoll_tbl[n].blowat : p->bytes_lowat);
2243 p->bytes_lowat = inp->rxpoll_blowat;
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp3007 ifParams.bytes_lowat = params->lowThresholdBytes;

Completed in 123 milliseconds