Searched refs:lost_skb_hint (Results 1 – 6 of 6) sorted by relevance
118 struct sk_buff* lost_skb_hint read_mostly tcp_c…
211 struct sk_buff *lost_skb_hint; member
1461 if (tp->lost_skb_hint && in tcp_sacktag_one()1462 before(start_seq, TCP_SKB_CB(tp->lost_skb_hint)->seq)) in tcp_sacktag_one()1504 if (skb == tp->lost_skb_hint) in tcp_shifted_skb()1539 if (skb == tp->lost_skb_hint) { in tcp_shifted_skb()1540 tp->lost_skb_hint = prev; in tcp_shifted_skb()2414 skb = tp->lost_skb_hint; in tcp_mark_head_lost()2428 tp->lost_skb_hint = skb; in tcp_mark_head_lost()3443 if (unlikely(skb == tp->lost_skb_hint)) in tcp_clean_rtx_queue()3444 tp->lost_skb_hint = NULL; in tcp_clean_rtx_queue()
1557 if (tp->lost_skb_hint && in tcp_adjust_pcount()1558 before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(tp->lost_skb_hint)->seq) && in tcp_adjust_pcount()
5023 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_tx, lost_skb_hint); in tcp_struct_check()
1815 tp->lost_skb_hint = NULL; in tcp_clear_retrans_hints_partial()