Searched refs:to_ext (Results 1 – 1 of 1) sorted by relevance
162 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches() argument169 (to_ext && from_ext && in mptcp_ext_matches()170 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()