Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dmptcp.h162 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches() argument
169 (to_ext && from_ext && in mptcp_ext_matches()
170 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()