Searched refs:BPF_MUL (Results 1 – 3 of 3) sorted by relevance
32 #define BPF_MUL 0x20 macro
367 bpf_set_curr_instr(BPF_ALU | BPF_MUL | BPF_K, 0, 0, $3); }369 bpf_set_curr_instr(BPF_ALU | BPF_MUL | BPF_X, 0, 0, 0); }371 bpf_set_curr_instr(BPF_ALU | BPF_MUL | BPF_X, 0, 0, 0); }
66 #define BPF_ALU_MUL (BPF_ALU | BPF_MUL)