Searched refs:ooo_last_skb (Results 1 – 5 of 5) sorted by relevance
121 struct sk_buff* ooo_last_skb
413 struct sk_buff *ooo_last_skb; /* cache rb_last(out_of_order_queue) */ member
5068 tp->ooo_last_skb = skb; in tcp_data_queue_ofo()5075 if (tcp_ooo_try_coalesce(sk, tp->ooo_last_skb, in tcp_data_queue_ofo()5088 if (!before(seq, TCP_SKB_CB(tp->ooo_last_skb)->end_seq)) { in tcp_data_queue_ofo()5089 parent = &tp->ooo_last_skb->rbnode; in tcp_data_queue_ofo()5161 tp->ooo_last_skb = skb; in tcp_data_queue_ofo()5553 tp->ooo_last_skb = skb_rb_last(&tp->out_of_order_queue); in tcp_collapse_ofo_queue()5614 node = &tp->ooo_last_skb->rbnode; in tcp_prune_ofo_queue()5627 tp->ooo_last_skb = rb_to_skb(prev); in tcp_prune_ofo_queue()
190 msk->ooo_last_skb = skb; in mptcp_data_queue_ofo()197 if (mptcp_ooo_try_coalesce(msk, msk->ooo_last_skb, skb)) { in mptcp_data_queue_ofo()204 if (!before64(seq, MPTCP_SKB_CB(msk->ooo_last_skb)->end_seq)) { in mptcp_data_queue_ofo()206 parent = &msk->ooo_last_skb->rbnode; in mptcp_data_queue_ofo()266 msk->ooo_last_skb = skb; in mptcp_data_queue_ofo()
330 struct sk_buff *ooo_last_skb; member