Home
last modified time | relevance | path

Searched refs:lost_skb_hint (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst118 struct sk_buff* lost_skb_hint read_mostly tcp_c…
/linux-6.15/include/linux/
H A Dtcp.h211 struct sk_buff *lost_skb_hint; member
/linux-6.15/net/ipv4/
H A Dtcp_input.c1461 if (tp->lost_skb_hint && in tcp_sacktag_one()
1462 before(start_seq, TCP_SKB_CB(tp->lost_skb_hint)->seq)) in tcp_sacktag_one()
1504 if (skb == tp->lost_skb_hint) in tcp_shifted_skb()
1539 if (skb == tp->lost_skb_hint) { in tcp_shifted_skb()
1540 tp->lost_skb_hint = prev; in tcp_shifted_skb()
2414 skb = tp->lost_skb_hint; in tcp_mark_head_lost()
2428 tp->lost_skb_hint = skb; in tcp_mark_head_lost()
3443 if (unlikely(skb == tp->lost_skb_hint)) in tcp_clean_rtx_queue()
3444 tp->lost_skb_hint = NULL; in tcp_clean_rtx_queue()
H A Dtcp_output.c1557 if (tp->lost_skb_hint && in tcp_adjust_pcount()
1558 before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(tp->lost_skb_hint)->seq) && in tcp_adjust_pcount()
H A Dtcp.c5023 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_tx, lost_skb_hint); in tcp_struct_check()
/linux-6.15/include/net/
H A Dtcp.h1815 tp->lost_skb_hint = NULL; in tcp_clear_retrans_hints_partial()