Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmptcp.h183 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches() argument
190 (to_ext && from_ext && in mptcp_ext_matches()
191 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()