bpf_htab_bucketRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
5.3: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
5.4: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
5.8: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
armhf: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
ppc64el: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
riscv64: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
aws: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
azure: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
gcp: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
lowlatency: ✅struct bpf_htab_bucket {
struct hlist_head head;
raw_spinlock_t lock;
};
Regular
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.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 ✅