Searched refs:ooo_last_skb (Results 1 – 5 of 5) sorted by relevance
119 struct_sk_buff* ooo_last_skb
409 struct sk_buff *ooo_last_skb; /* cache rb_last(out_of_order_queue) */ member
5038 tp->ooo_last_skb = skb; in tcp_data_queue_ofo()5045 if (tcp_ooo_try_coalesce(sk, tp->ooo_last_skb, in tcp_data_queue_ofo()5058 if (!before(seq, TCP_SKB_CB(tp->ooo_last_skb)->end_seq)) { in tcp_data_queue_ofo()5059 parent = &tp->ooo_last_skb->rbnode; in tcp_data_queue_ofo()5131 tp->ooo_last_skb = skb; in tcp_data_queue_ofo()5523 tp->ooo_last_skb = skb_rb_last(&tp->out_of_order_queue); in tcp_collapse_ofo_queue()5584 node = &tp->ooo_last_skb->rbnode; in tcp_prune_ofo_queue()5597 tp->ooo_last_skb = rb_to_skb(prev); in tcp_prune_ofo_queue()
237 msk->ooo_last_skb = skb; in mptcp_data_queue_ofo()244 if (mptcp_ooo_try_coalesce(msk, msk->ooo_last_skb, skb)) { in mptcp_data_queue_ofo()251 if (!before64(seq, MPTCP_SKB_CB(msk->ooo_last_skb)->end_seq)) { in mptcp_data_queue_ofo()253 parent = &msk->ooo_last_skb->rbnode; in mptcp_data_queue_ofo()313 msk->ooo_last_skb = skb; in mptcp_data_queue_ofo()
323 struct sk_buff *ooo_last_skb; member
Completed in 28 milliseconds