Searched refs:from_ext (Results 1 – 1 of 1) sorted by relevance
154 struct mptcp_ext *from_ext; in mptcp_skb_ext_copy() local156 from_ext = skb_ext_find(from, SKB_EXT_MPTCP); in mptcp_skb_ext_copy()157 if (!from_ext) in mptcp_skb_ext_copy()160 from_ext->frozen = 1; in mptcp_skb_ext_copy()165 const struct mptcp_ext *from_ext) in mptcp_ext_matches() argument170 return !from_ext || in mptcp_ext_matches()171 (to_ext && from_ext && in mptcp_ext_matches()172 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()