Lines Matching refs:lost_skb_hint
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()
3188 tp->lost_skb_hint = NULL; in tcp_clean_rtx_queue()