mptcp_pernet
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: ✅struct mptcp_pernet {
struct ctl_table_header *ctl_table_hdr;
int mptcp_enabled;
};
5.11
: ✅struct mptcp_pernet {
struct ctl_table_header *ctl_table_hdr;
int mptcp_enabled;
unsigned int add_addr_timeout;
};
5.13
: ✅struct mptcp_pernet {
struct ctl_table_header *ctl_table_hdr;
int mptcp_enabled;
unsigned int add_addr_timeout;
};
5.15
: ✅struct mptcp_pernet {
struct ctl_table_header *ctl_table_hdr;
unsigned int add_addr_timeout;
unsigned int stale_loss_cnt;
u8 mptcp_enabled;
u8 checksum_enabled;
u8 allow_join_initial_addr_port;
};
5.19
: ✅struct mptcp_pernet {
struct ctl_table_header *ctl_table_hdr;
unsigned int add_addr_timeout;
unsigned int stale_loss_cnt;
u8 mptcp_enabled;
u8 checksum_enabled;
u8 allow_join_initial_addr_port;
u8 pm_type;
};
6.2
: ✅struct mptcp_pernet {
struct ctl_table_header *ctl_table_hdr;
unsigned int add_addr_timeout;
unsigned int stale_loss_cnt;
u8 mptcp_enabled;
u8 checksum_enabled;
u8 allow_join_initial_addr_port;
u8 pm_type;
};
6.5
: ✅struct mptcp_pernet {
struct ctl_table_header *ctl_table_hdr;
unsigned int add_addr_timeout;
unsigned int stale_loss_cnt;
u8 mptcp_enabled;
u8 checksum_enabled;
u8 allow_join_initial_addr_port;
u8 pm_type;
};
6.8
: ✅struct mptcp_pernet {
struct ctl_table_header *ctl_table_hdr;
unsigned int add_addr_timeout;
unsigned int close_timeout;
unsigned int stale_loss_cnt;
u8 mptcp_enabled;
u8 checksum_enabled;
u8 allow_join_initial_addr_port;
u8 pm_type;
char scheduler[16];
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.8
and 5.11
⚠️unsigned int add_addr_timeout
5.11
and 5.13
✅
5.13
and 5.15
⚠️unsigned int stale_loss_cnt
u8 checksum_enabled
u8 allow_join_initial_addr_port
int mptcp_enabled
➡️ u8 mptcp_enabled
5.15
and 5.19
⚠️u8 pm_type
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️unsigned int close_timeout
char scheduler[16]