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