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

/linux-4.1.27/net/ipv4/
H A Dtcp_lp.c47 * @LP_WITHIN_INF: are we within inference?
70 * @inference: current inference
86 u32 inference; member in struct:lp
108 lp->inference = 0; tcp_lp_init()
115 * Will only call newReno CA when away from inference.
271 /* calc inference */ tcp_lp_pkts_acked()
273 lp->inference = 3 * (tcp_time_stamp - tp->rx_opt.rcv_tsecr); tcp_lp_pkts_acked()
275 /* test if within inference */ tcp_lp_pkts_acked()
276 if (lp->last_drop && (tcp_time_stamp - lp->last_drop < lp->inference)) tcp_lp_pkts_acked()
297 * and will usually within threshold when whithin inference */ tcp_lp_pkts_acked()
302 /* happened within inference tcp_lp_pkts_acked()
307 /* happened after inference tcp_lp_pkts_acked()

Completed in 80 milliseconds