xt_table
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
5.4
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
5.8
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
5.11
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
armhf
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
ppc64el
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
riscv64
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
aws
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
azure
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
gcp
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
lowlatency
: ✅struct xt_table {
struct list_head list;
unsigned int valid_hooks;
struct xt_table_info *private;
struct module *me;
u_int8_t af;
int priority;
int (*table_init)(struct net *);
const const char[32] name;
};
Regular
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅