Home
last modified time | relevance | path

Searched refs:MPTCP_SKB_CB (Results 1 – 1 of 1) sorted by relevance

/net/mptcp/
Dprotocol.c40 #define MPTCP_SKB_CB(__skb) ((struct mptcp_skb_cb *)&((__skb)->cb[0])) macro
127 if (MPTCP_SKB_CB(from)->offset || in mptcp_try_coalesce()
132 MPTCP_SKB_CB(from)->map_seq, MPTCP_SKB_CB(to)->map_seq, in mptcp_try_coalesce()
133 to->len, MPTCP_SKB_CB(from)->end_seq); in mptcp_try_coalesce()
134 MPTCP_SKB_CB(to)->end_seq = MPTCP_SKB_CB(from)->end_seq; in mptcp_try_coalesce()
144 if (MPTCP_SKB_CB(from)->map_seq != MPTCP_SKB_CB(to)->end_seq) in mptcp_ooo_try_coalesce()
162 seq = MPTCP_SKB_CB(skb)->map_seq; in mptcp_data_queue_ofo()
163 end_seq = MPTCP_SKB_CB(skb)->end_seq; in mptcp_data_queue_ofo()
195 if (!before64(seq, MPTCP_SKB_CB(msk->ooo_last_skb)->end_seq)) { in mptcp_data_queue_ofo()
207 if (before64(seq, MPTCP_SKB_CB(skb1)->map_seq)) { in mptcp_data_queue_ofo()
[all …]