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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c295 void compute_iaj(struct tcpcb *tp, int nlropkts, int lro_delay_factor);
423 * cur_iaj may be the same as lro_delay_factor. Averaging has
424 * round off errors too. lro_delay_factor may be close to 0
428 compute_iaj(struct tcpcb *tp, int nlropkts, int lro_delay_factor) argument
433 if (cur_iaj >= lro_delay_factor) {
434 cur_iaj = cur_iaj - lro_delay_factor;
444 timediff = lro_delay_factor/nlropkts;

Completed in 213 milliseconds