verifier_env
Regular
4.4
: ✅struct verifier_env {
struct bpf_prog *prog;
struct verifier_stack_elem *head;
int stack_size;
struct verifier_state cur_state;
struct verifier_state_list **explored_states;
struct bpf_map * used_maps[64];
u32 used_map_cnt;
bool allow_ptr_leaks;
};
4.8
: ✅struct verifier_env {
struct bpf_prog *prog;
struct verifier_stack_elem *head;
int stack_size;
struct verifier_state cur_state;
struct verifier_state_list **explored_states;
struct bpf_map * used_maps[64];
u32 used_map_cnt;
u32 id_gen;
bool allow_ptr_leaks;
};
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
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
4.4
and 4.8
⚠️u32 id_gen