Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst126 int lost_cnt_hint
/linux-6.15/include/linux/
H A Dtcp.h421 int lost_cnt_hint; member
/linux-6.15/net/ipv4/
H A Dtcp_input.c1463 tp->lost_cnt_hint += pcount; in tcp_sacktag_one()
1505 tp->lost_cnt_hint += pcount; in tcp_shifted_skb()
1541 tp->lost_cnt_hint -= tcp_skb_pcount(prev); in tcp_shifted_skb()
2419 cnt = tp->lost_cnt_hint; in tcp_mark_head_lost()
2429 tp->lost_cnt_hint = cnt; in tcp_mark_head_lost()
3509 tp->lost_cnt_hint -= min(tp->lost_cnt_hint, delta); in tcp_clean_rtx_queue()
H A Dtcp_output.c1560 tp->lost_cnt_hint -= decr; in tcp_adjust_pcount()