Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtcp.h345 struct sk_buff* lost_skb_hint; member
/linux-6.3-rc2/net/ipv4/
A Dtcp_input.c1410 if (tp->lost_skb_hint && in tcp_sacktag_one()
1411 before(start_seq, TCP_SKB_CB(tp->lost_skb_hint)->seq)) in tcp_sacktag_one()
1453 if (skb == tp->lost_skb_hint) in tcp_shifted_skb()
1488 if (skb == tp->lost_skb_hint) { in tcp_shifted_skb()
1489 tp->lost_skb_hint = prev; in tcp_shifted_skb()
2350 skb = tp->lost_skb_hint; in tcp_mark_head_lost()
2364 tp->lost_skb_hint = skb; in tcp_mark_head_lost()
3331 if (unlikely(skb == tp->lost_skb_hint)) in tcp_clean_rtx_queue()
3332 tp->lost_skb_hint = NULL; in tcp_clean_rtx_queue()
A Dtcp_output.c1473 if (tp->lost_skb_hint && in tcp_adjust_pcount()
1474 before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(tp->lost_skb_hint)->seq) && in tcp_adjust_pcount()
/linux-6.3-rc2/include/net/
A Dtcp.h1609 tp->lost_skb_hint = NULL; in tcp_clear_retrans_hints_partial()

Completed in 33 milliseconds