mptcpd
Multipath TCP Daemon
Loading...
Searching...
No Matches
mptcp_upstream.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-3-Clause
12#ifndef MPTCPD_PRIVATE_MPTCP_UPSTREAM_H
13#define MPTCPD_PRIVATE_MPTCP_UPSTREAM_H
14
15#ifdef HAVE_CONFIG_H
16# include "mptcpd/private/config.h"
17#endif
18
19/*
20 Platform might have upstream MPTCP path mangement generic netlink API, but
21 always include a local copy which is synced with the supported features.
22*/
23#include "linux/mptcp_upstream.h"
24
25#endif // MPTCPD_PRIVATE_MPTCP_UPSTREAM_H