Home
last modified time | relevance | path

Searched defs:bpf_verifier_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/include/linux/
Dbpf_verifier.h319 struct bpf_verifier_state { struct
322 struct bpf_verifier_state *parent; argument
368 u32 branches;
369 u32 insn_idx;
370 u32 curframe;
372 struct bpf_active_lock active_lock;
373 bool speculative;
374 bool active_rcu_lock;
377 u32 first_insn_idx;
378 u32 last_insn_idx;
[all …]