Searched refs:lost_skb_hint (Results 1 – 4 of 4) sorted by relevance
347 struct sk_buff* lost_skb_hint; member
1440 if (tp->lost_skb_hint && in tcp_sacktag_one()1441 before(start_seq, TCP_SKB_CB(tp->lost_skb_hint)->seq)) in tcp_sacktag_one()1483 if (skb == tp->lost_skb_hint) in tcp_shifted_skb()1518 if (skb == tp->lost_skb_hint) { in tcp_shifted_skb()1519 tp->lost_skb_hint = prev; in tcp_shifted_skb()2394 skb = tp->lost_skb_hint; in tcp_mark_head_lost()2408 tp->lost_skb_hint = skb; in tcp_mark_head_lost()3429 if (unlikely(skb == tp->lost_skb_hint)) in tcp_clean_rtx_queue()3430 tp->lost_skb_hint = NULL; in tcp_clean_rtx_queue()
1496 if (tp->lost_skb_hint && in tcp_adjust_pcount()1497 before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(tp->lost_skb_hint)->seq) && in tcp_adjust_pcount()
1675 tp->lost_skb_hint = NULL; in tcp_clear_retrans_hints_partial()