Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf_verifier.h334 struct bpf_insn_aux_data { struct
335 union {
355 u64 map_key_state; /* constant (32 bit) key tracking for maps */
356 int ctx_field_size; /* the ctx field size for load insn, maybe 0 */
357 u32 seen; /* this insn was processed by the verifier at env->pass_cnt */
358 bool sanitize_stack_spill; /* subject to Spectre v4 sanitation */
359 bool zext_dst; /* this insn zero extends dst reg */
360 u8 alu_state; /* used in combination with alu_limit */
363 unsigned int orig_idx; /* original instruction index */
364 bool prune_point;