Message ID | 20240514011335.176158-9-martineau@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 7fad5b37561175527e92a17bc6a71009b0b718e2 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | mptcp: small improvements, fix and clean-ups | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Clearly marked for net-next |
netdev/apply | success | Patch already applied to net-next-0 |
diff --git a/net/mptcp/mib.h b/net/mptcp/mib.h index dd7fd1f246b5..2704afd0dfe4 100644 --- a/net/mptcp/mib.h +++ b/net/mptcp/mib.h @@ -1,5 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ +#include <net/inet_common.h> + enum linux_mptcp_mib_field { MPTCP_MIB_NUM = 0, MPTCP_MIB_MPCAPABLEPASSIVE, /* Received SYN with MP_CAPABLE */