netns_nf
Regular
4.4
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct list_head hooks[104];
};
4.8
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct list_head hooks[104];
};
4.10
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entry * hooks[104];
bool defrag_ipv4;
bool defrag_ipv6;
};
4.13
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entry * hooks[104];
bool defrag_ipv4;
bool defrag_ipv6;
};
4.15
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks[104];
bool defrag_ipv4;
bool defrag_ipv6;
};
4.18
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
5.0
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
5.3
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
5.4
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
5.8
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
5.11
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
5.13
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
};
5.15
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
unsigned int defrag_ipv4_users;
unsigned int defrag_ipv6_users;
};
5.19
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
unsigned int defrag_ipv4_users;
unsigned int defrag_ipv6_users;
};
6.2
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_logger * nf_loggers[11];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
unsigned int defrag_ipv4_users;
unsigned int defrag_ipv6_users;
};
6.5
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_logger * nf_loggers[11];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
unsigned int defrag_ipv4_users;
unsigned int defrag_ipv6_users;
};
6.8
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_logger * nf_loggers[11];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
unsigned int defrag_ipv4_users;
unsigned int defrag_ipv6_users;
};
arm64
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
armhf
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
ppc64el
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
riscv64
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
aws
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
azure
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
gcp
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
lowlatency
: ✅struct netns_nf {
struct proc_dir_entry *proc_netfilter;
const struct nf_queue_handler *queue_handler;
const struct nf_logger * nf_loggers[13];
struct ctl_table_header *nf_log_dir_header;
struct nf_hook_entries * hooks_ipv4[5];
struct nf_hook_entries * hooks_ipv6[5];
struct nf_hook_entries * hooks_arp[3];
struct nf_hook_entries * hooks_bridge[5];
struct nf_hook_entries * hooks_decnet[7];
bool defrag_ipv4;
bool defrag_ipv6;
};
Regular
4.4
and 4.8
⚠️const struct nf_queue_handler *queue_handler
4.8
and 4.10
⚠️bool defrag_ipv4
bool defrag_ipv6
struct list_head hooks[104]
➡️ struct nf_hook_entry * hooks[104]
4.10
and 4.13
✅
4.13
and 4.15
⚠️struct nf_hook_entry * hooks[104]
➡️ struct nf_hook_entries * hooks[104]
4.15
and 4.18
⚠️struct nf_hook_entries * hooks_ipv4[5]
struct nf_hook_entries * hooks_ipv6[5]
struct nf_hook_entries * hooks_arp[3]
struct nf_hook_entries * hooks_bridge[5]
struct nf_hook_entries * hooks_decnet[7]
struct nf_hook_entries * hooks[104]
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️bool defrag_ipv4
bool defrag_ipv6
5.13
and 5.15
⚠️unsigned int defrag_ipv4_users
unsigned int defrag_ipv6_users
const struct nf_queue_handler *queue_handler
5.15
and 5.19
✅
5.19
and 6.2
⚠️struct nf_hook_entries * hooks_decnet[7]
const struct nf_logger * nf_loggers[13]
➡️ const struct nf_logger * nf_loggers[11]
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅