Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dmptcp.h152 struct mptcp_ext *from_ext; in mptcp_skb_ext_copy() local
154 from_ext = skb_ext_find(from, SKB_EXT_MPTCP); in mptcp_skb_ext_copy()
155 if (!from_ext) in mptcp_skb_ext_copy()
158 from_ext->frozen = 1; in mptcp_skb_ext_copy()
163 const struct mptcp_ext *from_ext) in mptcp_ext_matches() argument
168 return !from_ext || in mptcp_ext_matches()
169 (to_ext && from_ext && in mptcp_ext_matches()
170 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()