X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fbpf_verifier.h;h=aaac589e490c9c19c0b0970a29092bcfb1632203;hb=1c2a088a6626d4f51d2f2c97b0cbedbfbf3637f6;hp=585d4e17ea88bd69eb4a3d79ae75e46b2c34508b;hpb=60b58afc96c9df71871df2dbad42037757ceef26;p=mirror_ubuntu-eoan-kernel.git diff --git a/include/linux/bpf_verifier.h b/include/linux/bpf_verifier.h index 585d4e17ea88..aaac589e490c 100644 --- a/include/linux/bpf_verifier.h +++ b/include/linux/bpf_verifier.h @@ -143,6 +143,7 @@ struct bpf_insn_aux_data { union { enum bpf_reg_type ptr_type; /* pointer type for load/store insns */ struct bpf_map *map_ptr; /* pointer for call insn into lookup_elem */ + s32 call_imm; /* saved imm field of call insn */ }; int ctx_field_size; /* the ctx field size for load insn, maybe 0 */ bool seen; /* this insn was processed by the verifier */