Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtcp.h347 struct sk_buff* lost_skb_hint; member
/Linux-v6.6/net/ipv4/
Dtcp_input.c1427 if (tp->lost_skb_hint && in tcp_sacktag_one()
1428 before(start_seq, TCP_SKB_CB(tp->lost_skb_hint)->seq)) in tcp_sacktag_one()
1470 if (skb == tp->lost_skb_hint) in tcp_shifted_skb()
1505 if (skb == tp->lost_skb_hint) { in tcp_shifted_skb()
1506 tp->lost_skb_hint = prev; in tcp_shifted_skb()
2368 skb = tp->lost_skb_hint; in tcp_mark_head_lost()
2382 tp->lost_skb_hint = skb; in tcp_mark_head_lost()
3349 if (unlikely(skb == tp->lost_skb_hint)) in tcp_clean_rtx_queue()
3350 tp->lost_skb_hint = NULL; in tcp_clean_rtx_queue()
Dtcp_output.c1489 if (tp->lost_skb_hint && in tcp_adjust_pcount()
1490 before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(tp->lost_skb_hint)->seq) && in tcp_adjust_pcount()
/Linux-v6.6/include/net/
Dtcp.h1649 tp->lost_skb_hint = NULL; in tcp_clear_retrans_hints_partial()