Home
last modified time | relevance | path

Searched refs:from_ext (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dmptcp.h173 struct mptcp_ext *from_ext; in mptcp_skb_ext_copy() local
175 from_ext = skb_ext_find(from, SKB_EXT_MPTCP); in mptcp_skb_ext_copy()
176 if (!from_ext) in mptcp_skb_ext_copy()
179 from_ext->frozen = 1; in mptcp_skb_ext_copy()
184 const struct mptcp_ext *from_ext) in mptcp_ext_matches()
189 return !from_ext || in mptcp_ext_matches()
190 (to_ext && from_ext && in mptcp_ext_matches()
191 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
183 mptcp_ext_matches(const struct mptcp_ext *to_ext, const struct mptcp_ext *from_ext) mptcp_ext_matches() argument
/kernel/linux/linux-5.10/include/net/
H A Dmptcp.h108 const struct mptcp_ext *from_ext) in mptcp_ext_matches()
113 return !from_ext || in mptcp_ext_matches()
114 (to_ext && from_ext && in mptcp_ext_matches()
115 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
107 mptcp_ext_matches(const struct mptcp_ext *to_ext, const struct mptcp_ext *from_ext) mptcp_ext_matches() argument

Completed in 2 milliseconds