| mptcpd
    Multipath TCP Daemon | 
mptcpd generic netlink commands. More...
#include <assert.h>#include <errno.h>#include <stdio.h>#include <ell/ell.h>#include "commands.h"#include "netlink_pm.h"#include <mptcpd/private/mptcp_org.h>#include <mptcpd/private/netlink_pm.h>#include <mptcpd/private/path_manager.h>#include <mptcpd/path_manager.h>
| Macros | |
| #define | MPTCP_SYSCTL_BASE "/proc/sys/net/mptcp/" | 
| Directory containing MPTCP sysctl variable entries. | |
| #define | MPTCP_PM_NAME_MAX 16 | 
| Maximum path manager name length. | |
| Functions | |
| struct mptcpd_netlink_pm const * | mptcpd_get_netlink_pm (void) | 
| Get MPTCP generic netlink path manager characteristics. | |
mptcpd generic netlink commands.
Copyright (c) 2017-2021, Intel Corporation
| #define MPTCP_PM_NAME_MAX 16 | 
Maximum path manager name length.
MPTCP_PM_NAME_MAX is defined in the internal <net/mptcp.h> header in the multipath-tcp.org kernel.