Searched refs:lost_skb_hint (Results 1 – 4 of 4) sorted by relevance
269 struct sk_buff* lost_skb_hint; member
841 tp->lost_skb_hint = NULL; in tcp_disable_fack()1217 if (!tcp_is_fack(tp) && tp->lost_skb_hint && in tcp_sacktag_one()1218 before(start_seq, TCP_SKB_CB(tp->lost_skb_hint)->seq)) in tcp_sacktag_one()1262 if (skb == tp->lost_skb_hint) in tcp_shifted_skb()1297 if (skb == tp->lost_skb_hint) { in tcp_shifted_skb()1298 tp->lost_skb_hint = prev; in tcp_shifted_skb()2174 if (tp->lost_skb_hint) { in tcp_mark_head_lost()2175 skb = tp->lost_skb_hint; in tcp_mark_head_lost()2190 tp->lost_skb_hint = skb; in tcp_mark_head_lost()3187 if (unlikely(skb == tp->lost_skb_hint)) in tcp_clean_rtx_queue()[all …]
1107 if (tp->lost_skb_hint && in tcp_adjust_pcount()1108 before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(tp->lost_skb_hint)->seq) && in tcp_adjust_pcount()
1313 tp->lost_skb_hint = NULL; in tcp_clear_retrans_hints_partial()