mptcpd
Multipath TCP Daemon
Loading...
Searching...
No Matches
include
mptcpd
private
mptcp_org.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSD-3-Clause
12
#ifndef MPTCPD_PRIVATE_MPTCP_ORG_H
13
#define MPTCPD_PRIVATE_MPTCP_ORG_H
14
15
#ifdef HAVE_CONFIG_H
16
# include "mptcpd/private/config.h"
17
#endif
18
19
#ifdef HAVE_LINUX_MPTCP_H_MPTCP_ORG
20
# include <linux/mptcp.h>
21
#else
22
/*
23
Platform does not have multipath-tcp.org MPTCP path mangement
24
generic netlink API so include local copy of the multipath-tcp-org
25
<linux/mptcp.h> header.
26
*/
27
# include "linux/mptcp_org.h"
28
#endif
// HAVE_LINUX_MPTCP_H_MPTCP_ORG
29
30
#endif
// MPTCPD_PRIVATE_MPTCP_ORG_H
Generated by
1.9.8