tcf_chainRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: ✅struct tcf_chain {
struct tcf_proto *filter_chain;
struct tcf_proto **p_filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
};
4.15: ✅struct tcf_chain {
struct tcf_proto *filter_chain;
tcf_chain_head_change_t *chain_head_change;
void *chain_head_change_priv;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
};
4.18: ✅struct tcf_chain {
struct tcf_proto *filter_chain;
struct list_head filter_chain_list;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
};
5.0: ✅struct tcf_chain {
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
};
5.3: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
5.4: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
5.8: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
5.11: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
5.13: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
5.15: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
5.19: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
6.2: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
6.5: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
6.8: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
arm64: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
armhf: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
ppc64el: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
riscv64: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
aws: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
azure: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
gcp: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
lowlatency: ✅struct tcf_chain {
struct mutex filter_chain_lock;
struct tcf_proto *filter_chain;
struct list_head list;
struct tcf_block *block;
u32 index;
unsigned int refcnt;
unsigned int action_refcnt;
bool explicitly_created;
bool flushing;
const struct tcf_proto_ops *tmplt_ops;
void *tmplt_priv;
struct callback_head rcu;
};
Regular
4.13 and 4.15 ⚠️tcf_chain_head_change_t *chain_head_change
void *chain_head_change_priv
struct tcf_proto **p_filter_chain
4.15 and 4.18 ⚠️struct list_head filter_chain_list
tcf_chain_head_change_t *chain_head_change
void *chain_head_change_priv
4.18 and 5.0 ⚠️unsigned int action_refcnt
bool explicitly_created
const struct tcf_proto_ops *tmplt_ops
void *tmplt_priv
struct list_head filter_chain_list
5.0 and 5.3 ⚠️struct mutex filter_chain_lock
bool flushing
struct callback_head rcu
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
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 ✅