H A D | bpf_exec.c | 15 #define BPF_JMP_UNC(ins) ((ins) += (ins)->off) argument 17 #define BPF_JMP_CND_REG(reg, ins, op, type) \ argument 22 #define BPF_JMP_CND_IMM(reg, ins, op, type) \ argument 27 #define BPF_NEG_ALU(reg, ins, type) \ argument 30 #define EBPF_MOV_ALU_REG(reg, ins, type) \ argument 33 #define BPF_OP_ALU_REG(reg, ins, op, type) \ argument 37 #define EBPF_MOV_ALU_IMM(reg, ins, type) \ argument 40 #define BPF_OP_ALU_IMM(reg, ins, op, type) \ argument 44 #define BPF_DIV_ZERO_CHECK(bpf, reg, ins, type) do { \ argument 54 #define BPF_LD_REG(reg, ins, type) \ argument [all …]
|