Searched refs:MPTCP_SKB_CB (Results 1 – 1 of 1) sorted by relevance
46 #define MPTCP_SKB_CB(__skb) ((struct mptcp_skb_cb *)&((__skb)->cb[0])) macro145 if (MPTCP_SKB_CB(from)->offset || in mptcp_try_coalesce()150 MPTCP_SKB_CB(from)->map_seq, MPTCP_SKB_CB(to)->map_seq, in mptcp_try_coalesce()151 to->len, MPTCP_SKB_CB(from)->end_seq); in mptcp_try_coalesce()152 MPTCP_SKB_CB(to)->end_seq = MPTCP_SKB_CB(from)->end_seq; in mptcp_try_coalesce()168 if (MPTCP_SKB_CB(from)->map_seq != MPTCP_SKB_CB(to)->end_seq) in mptcp_ooo_try_coalesce()223 seq = MPTCP_SKB_CB(skb)->map_seq; in mptcp_data_queue_ofo()224 end_seq = MPTCP_SKB_CB(skb)->end_seq; in mptcp_data_queue_ofo()258 if (!before64(seq, MPTCP_SKB_CB(msk->ooo_last_skb)->end_seq)) { in mptcp_data_queue_ofo()270 if (before64(seq, MPTCP_SKB_CB(skb1)->map_seq)) { in mptcp_data_queue_ofo()[all …]