nf_conntrack_helper
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
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: ✅struct nf_conntrack_helper {
struct hlist_node hnode;
char name[16];
refcount_t refcnt;
struct module *me;
const struct nf_conntrack_expect_policy *expect_policy;
struct nf_conntrack_tuple tuple;
int (*help)(struct sk_buff *, unsigned int, struct nf_conn *, enum ip_conntrack_info);
void (*destroy)(struct nf_conn *);
int (*from_nlattr)(struct nlattr *, struct nf_conn *);
int (*to_nlattr)(struct sk_buff *, const struct nf_conn *);
unsigned int expect_class_max;
unsigned int flags;
unsigned int queue_num;
u16 data_len;
char nat_mod_name[16];
};
lowlatency
: Absent ⚠️
Flavor