Searched defs:bpf_insn_aux_data (Results 1 – 1 of 1) sorted by relevance
301 struct bpf_insn_aux_data { struct302 union {319 u64 map_key_state; /* constant (32 bit) key tracking for maps */320 int ctx_field_size; /* the ctx field size for load insn, maybe 0 */321 int sanitize_stack_off; /* stack slot to be cleared */322 u32 seen; /* this insn was processed by the verifier at env->pass_cnt */323 bool zext_dst; /* this insn zero extends dst reg */324 u8 alu_state; /* used in combination with alu_limit */327 unsigned int orig_idx; /* original instruction index */328 bool prune_point;