Searched refs:from_ext (Results 1 – 1 of 1) sorted by relevance
110 const struct mptcp_ext *from_ext) in mptcp_ext_matches() argument115 return !from_ext || in mptcp_ext_matches()116 (to_ext && from_ext && in mptcp_ext_matches()117 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()