Searched refs:BPF_MUL (Results 1 – 7 of 7) sorted by relevance
195 case BPF_ALU|BPF_MUL|BPF_X:235 case BPF_ALU|BPF_MUL|BPF_K:
776 #define BPF_MUL 0x20 macro
641 case BPF_MUL:1016 case BPF_ALU|BPF_MUL|BPF_K:1034 if (op == BPF_MUL || op == BPF_AND) {1051 case BPF_ALU|BPF_MUL|BPF_X:1086 else if (op == BPF_MUL || op == BPF_DIV ||
423 | arth '*' arth { $$ = gen_arth(BPF_MUL, $1, $3); }
2468 { (yyval.a) = gen_arth(BPF_MUL, (yyvsp[-2].a), (yyvsp[0].a)); }
4611 s[i] = new_stmt(BPF_ALU|BPF_MUL|BPF_K);4688 s[i] = new_stmt(BPF_ALU|BPF_MUL|BPF_K);
442 case BPF_ALU|BPF_MUL|BPF_X:476 case BPF_ALU|BPF_MUL|BPF_K: