Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtcp.h364 int lost_cnt_hint; member
/linux-6.3-rc2/net/ipv4/
A Dtcp_input.c1412 tp->lost_cnt_hint += pcount; in tcp_sacktag_one()
1454 tp->lost_cnt_hint += pcount; in tcp_shifted_skb()
1490 tp->lost_cnt_hint -= tcp_skb_pcount(prev); in tcp_shifted_skb()
2355 cnt = tp->lost_cnt_hint; in tcp_mark_head_lost()
2365 tp->lost_cnt_hint = cnt; in tcp_mark_head_lost()
3397 tp->lost_cnt_hint -= min(tp->lost_cnt_hint, delta); in tcp_clean_rtx_queue()
A Dtcp_output.c1476 tp->lost_cnt_hint -= decr; in tcp_adjust_pcount()

Completed in 22 milliseconds