D | filter.h | 8 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument 13 .off = OFF, \ 56 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 61 .off = OFF, \ 64 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 69 .off = OFF, \ 72 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 77 .off = OFF, \ 118 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 123 .off = OFF, \ [all …]
|