Searched defs:bpf_insn_aux_data (Results 1 – 1 of 1) sorted by relevance
291 struct bpf_insn_aux_data { struct292 union {302 int ctx_field_size; /* the ctx field size for load insn, maybe 0 */303 int sanitize_stack_off; /* stack slot to be cleared */304 bool seen; /* this insn was processed by the verifier */305 bool zext_dst; /* this insn zero extends dst reg */306 u8 alu_state; /* used in combination with alu_limit */307 bool prune_point;308 unsigned int orig_idx; /* original instruction index */