Searched refs:ooo_last_skb (Results 1 – 4 of 4) sorted by relevance
352 struct sk_buff *ooo_last_skb; /* cache rb_last(out_of_order_queue) */ member
4947 tp->ooo_last_skb = skb; in tcp_data_queue_ofo()4954 if (tcp_ooo_try_coalesce(sk, tp->ooo_last_skb, in tcp_data_queue_ofo()4967 if (!before(seq, TCP_SKB_CB(tp->ooo_last_skb)->end_seq)) { in tcp_data_queue_ofo()4968 parent = &tp->ooo_last_skb->rbnode; in tcp_data_queue_ofo()5040 tp->ooo_last_skb = skb; in tcp_data_queue_ofo()5421 tp->ooo_last_skb = skb_rb_last(&tp->out_of_order_queue); in tcp_collapse_ofo_queue()5482 node = &tp->ooo_last_skb->rbnode; in tcp_prune_ofo_queue()5495 tp->ooo_last_skb = rb_to_skb(prev); in tcp_prune_ofo_queue()
240 msk->ooo_last_skb = skb; in mptcp_data_queue_ofo()247 if (mptcp_ooo_try_coalesce(msk, msk->ooo_last_skb, skb)) { in mptcp_data_queue_ofo()254 if (!before64(seq, MPTCP_SKB_CB(msk->ooo_last_skb)->end_seq)) { in mptcp_data_queue_ofo()256 parent = &msk->ooo_last_skb->rbnode; in mptcp_data_queue_ofo()316 msk->ooo_last_skb = skb; in mptcp_data_queue_ofo()
313 struct sk_buff *ooo_last_skb; member