htab_elem
Regular
4.4
: ✅struct htab_elem {
struct hlist_node hash_node;
struct callback_head rcu;
u32 hash;
char key[0];
};
4.8
: ✅struct htab_elem {
struct hlist_node hash_node;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
enum extra_elem_state state;
u32 hash;
char key[0];
};
4.10
: ✅struct htab_elem {
struct hlist_node hash_node;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
enum extra_elem_state state;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
4.13
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
4.15
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
4.18
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
5.0
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
5.3
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
5.4
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
5.8
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct htab_elem *batch_flink;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
5.11
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct htab_elem *batch_flink;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
5.13
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct htab_elem *batch_flink;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
5.15
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct htab_elem *batch_flink;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
5.19
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct htab_elem *batch_flink;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
6.2
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct pcpu_freelist_node fnode;
struct htab_elem *batch_flink;
void *ptr_to_pptr;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
6.5
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct pcpu_freelist_node fnode;
struct htab_elem *batch_flink;
void *ptr_to_pptr;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
6.8
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct pcpu_freelist_node fnode;
struct htab_elem *batch_flink;
void *ptr_to_pptr;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
arm64
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
armhf
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
ppc64el
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
riscv64
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
aws
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
azure
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
gcp
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
lowlatency
: ✅struct htab_elem {
struct hlist_nulls_node hash_node;
void *padding;
struct bpf_htab *htab;
struct pcpu_freelist_node fnode;
struct callback_head rcu;
struct bpf_lru_node lru_node;
u32 hash;
char key[0];
};
Regular
4.4
and 4.8
⚠️struct bpf_htab *htab
struct pcpu_freelist_node fnode
enum extra_elem_state state
4.8
and 4.10
⚠️struct bpf_lru_node lru_node
4.10
and 4.13
⚠️void *padding
enum extra_elem_state state
struct hlist_node hash_node
➡️ struct hlist_nulls_node hash_node
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️struct htab_elem *batch_flink
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
⚠️void *ptr_to_pptr
struct bpf_htab *htab
struct callback_head rcu
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
✅