Home
last modified time | relevance | path

Searched refs:lost_cnt_hint (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dtcp.h325 int lost_cnt_hint; member
/Linux-v5.4/net/ipv4/
Dtcp_input.c1263 tp->lost_cnt_hint += pcount; in tcp_sacktag_one()
1305 tp->lost_cnt_hint += pcount; in tcp_shifted_skb()
1341 tp->lost_cnt_hint -= tcp_skb_pcount(prev); in tcp_shifted_skb()
2201 cnt = tp->lost_cnt_hint; in tcp_mark_head_lost()
2211 tp->lost_cnt_hint = cnt; in tcp_mark_head_lost()
3223 tp->lost_cnt_hint -= min(tp->lost_cnt_hint, delta); in tcp_clean_rtx_queue()
Dtcp_output.c1244 tp->lost_cnt_hint -= decr; in tcp_adjust_pcount()