]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - include/linux/bpf_verifier.h
bpf: x64: add JIT support for multi-function programs
[mirror_ubuntu-eoan-kernel.git] / include / linux / bpf_verifier.h
index 585d4e17ea88bd69eb4a3d79ae75e46b2c34508b..aaac589e490c9c19c0b0970a29092bcfb1632203 100644 (file)
@@ -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 */