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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h1456 @field bytes_lowat Low watermark packet threshold.
1480 u_int32_t bytes_lowat; member in struct:ifnet_poll_params
H A Ddlil.c2138 if ((p->bytes_lowat == 0 && p->bytes_hiwat != 0) ||
2139 (p->bytes_lowat != 0 && p->bytes_hiwat == 0))
2141 if (p->bytes_lowat != 0 && /* hiwat must be non-zero */
2142 p->bytes_lowat >= p->bytes_hiwat)
2188 blowat = ((p == NULL || p->bytes_lowat == 0) ?
2189 rxpoll_tbl[n].blowat : p->bytes_lowat);
2249 p->bytes_lowat = inp->rxpoll_blowat;
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.cpp3007 ifParams.bytes_lowat = params->lowThresholdBytes;

Completed in 208 milliseconds