Searched defs:bpf_verifier_state (Results 1 – 1 of 1) sorted by relevance
293 struct bpf_verifier_state { struct296 struct bpf_verifier_state *parent; argument342 u32 branches;343 u32 insn_idx;344 u32 curframe;346 struct bpf_active_lock active_lock;347 bool speculative;348 bool active_rcu_lock;351 u32 first_insn_idx;352 u32 last_insn_idx;[all …]
Completed in 8 milliseconds