Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h366 int lost_cnt_hint; member
/openbmc/linux/net/ipv4/
H A Dtcp_input.c1442 tp->lost_cnt_hint += pcount; in tcp_sacktag_one()
1484 tp->lost_cnt_hint += pcount; in tcp_shifted_skb()
1520 tp->lost_cnt_hint -= tcp_skb_pcount(prev); in tcp_shifted_skb()
2399 cnt = tp->lost_cnt_hint; in tcp_mark_head_lost()
2409 tp->lost_cnt_hint = cnt; in tcp_mark_head_lost()
3495 tp->lost_cnt_hint -= min(tp->lost_cnt_hint, delta); in tcp_clean_rtx_queue()
H A Dtcp_output.c1499 tp->lost_cnt_hint -= decr; in tcp_adjust_pcount()