lost_cnt_hint     325 include/linux/tcp.h 	int     lost_cnt_hint;
lost_cnt_hint    1264 net/ipv4/tcp_input.c 			tp->lost_cnt_hint += pcount;
lost_cnt_hint    1306 net/ipv4/tcp_input.c 		tp->lost_cnt_hint += pcount;
lost_cnt_hint    1342 net/ipv4/tcp_input.c 		tp->lost_cnt_hint -= tcp_skb_pcount(prev);
lost_cnt_hint    2205 net/ipv4/tcp_input.c 		cnt = tp->lost_cnt_hint;
lost_cnt_hint    2215 net/ipv4/tcp_input.c 		tp->lost_cnt_hint = cnt;
lost_cnt_hint    3228 net/ipv4/tcp_input.c 			tp->lost_cnt_hint -= min(tp->lost_cnt_hint, delta);
lost_cnt_hint    1252 net/ipv4/tcp_output.c 		tp->lost_cnt_hint -= decr;