| 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 37 #define EBPF_MOV_ALU_IMM(reg, ins, type) \ argument 54 #define BPF_LD_REG(reg, ins, type) \ argument 58 #define BPF_ST_IMM(reg, ins, type) \ argument 62 #define BPF_ST_REG(reg, ins, type) \ argument 66 #define BPF_ST_XADD_REG(reg, ins, tp) \ argument [all …]
|