Lines Matching refs:lost_skb_hint
821 tp->lost_skb_hint = NULL; in tcp_disable_fack()
1259 if (!tcp_is_fack(tp) && tp->lost_skb_hint && in tcp_sacktag_one()
1260 before(start_seq, TCP_SKB_CB(tp->lost_skb_hint)->seq)) in tcp_sacktag_one()
1304 if (skb == tp->lost_skb_hint) in tcp_shifted_skb()
1343 if (skb == tp->lost_skb_hint) { in tcp_shifted_skb()
1344 tp->lost_skb_hint = prev; in tcp_shifted_skb()
2225 if (tp->lost_skb_hint) { in tcp_mark_head_lost()
2226 skb = tp->lost_skb_hint; in tcp_mark_head_lost()
2241 tp->lost_skb_hint = skb; in tcp_mark_head_lost()
3143 if (unlikely(skb == tp->lost_skb_hint)) in tcp_clean_rtx_queue()
3144 tp->lost_skb_hint = NULL; in tcp_clean_rtx_queue()