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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h1457 @field bytes_hiwat High watermark packet threshold.
1481 u_int32_t bytes_hiwat; 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))
2142 p->bytes_lowat >= p->bytes_hiwat)
2190 bhiwat = ((p == NULL || p->bytes_hiwat == 0) ?
2191 rxpoll_tbl[n].bhiwat : p->bytes_hiwat);
2250 p->bytes_hiwat = inp->rxpoll_bhiwat;
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.cpp3008 ifParams.bytes_hiwat = params->highThresholdBytes;

Completed in 137 milliseconds