Searched refs:SLIP_HIWAT (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_sl.c132 * Similar considerations apply to SLIP_HIWAT: It's the amount of
136 * E.g., if SLIP_HIWAT is 1024, the interactive traffic in mixed
139 * 1k - 4k). So, we want SLIP_HIWAT just big enough to amortize
145 * time. So, setting SLIP_HIWAT to ~100 guarantees that we'll lose
157 #define SLIP_HIWAT roundup(50, TTROUND) macro
526 if (tp->t_outq.c_cc > SLIP_HIWAT)
H A Dif_strip.c165 * Similar considerations apply to SLIP_HIWAT: It's the amount of
169 * E.g., if SLIP_HIWAT is 1024, the interactive traffic in mixed
172 * 1k - 4k). So, we want SLIP_HIWAT just big enough to amortize
178 * time. So, setting SLIP_HIWAT to ~100 guarantees that we'll lose
189 #define SLIP_HIWAT roundup(50, TTROUND) macro
893 if (tp->t_outq.c_cc > SLIP_HIWAT)

Completed in 257 milliseconds