Searched refs:ooo_last_skb (Results 1 – 4 of 4) sorted by relevance
350 struct sk_buff *ooo_last_skb; /* cache rb_last(out_of_order_queue) */ member
235 msk->ooo_last_skb = skb; in mptcp_data_queue_ofo()242 if (mptcp_ooo_try_coalesce(msk, msk->ooo_last_skb, skb)) { in mptcp_data_queue_ofo()249 if (!before64(seq, MPTCP_SKB_CB(msk->ooo_last_skb)->end_seq)) { in mptcp_data_queue_ofo()251 parent = &msk->ooo_last_skb->rbnode; in mptcp_data_queue_ofo()311 msk->ooo_last_skb = skb; in mptcp_data_queue_ofo()
301 struct sk_buff *ooo_last_skb; member
4824 tp->ooo_last_skb = skb; in tcp_data_queue_ofo()4831 if (tcp_ooo_try_coalesce(sk, tp->ooo_last_skb, in tcp_data_queue_ofo()4844 if (!before(seq, TCP_SKB_CB(tp->ooo_last_skb)->end_seq)) { in tcp_data_queue_ofo()4845 parent = &tp->ooo_last_skb->rbnode; in tcp_data_queue_ofo()4917 tp->ooo_last_skb = skb; in tcp_data_queue_ofo()5292 tp->ooo_last_skb = skb_rb_last(&tp->out_of_order_queue); in tcp_collapse_ofo_queue()5353 node = &tp->ooo_last_skb->rbnode; in tcp_prune_ofo_queue()5366 tp->ooo_last_skb = rb_to_skb(prev); in tcp_prune_ofo_queue()
Completed in 23 milliseconds