Searched refs:BPF_OR (Results 1 – 17 of 17) sorted by relevance
23 #if defined(BPF_OR) || (defined(HAVE_DECL_BPF_OR) && HAVE_DECL_BPF_OR)24 XLAT(BPF_OR),
5 BPF_OR
80 #ifndef BPF_OR81 #define BPF_OR 0x40 macro
224 case BPF_ALU|BPF_OR|BPF_X:274 case BPF_ALU|BPF_OR|BPF_K:
619 case BPF_OR: in fold_op()989 case BPF_ALU|BPF_OR|BPF_K: in opt_stmt()1001 op == BPF_OR || op == BPF_XOR) { in opt_stmt()1026 case BPF_ALU|BPF_OR|BPF_X: in opt_stmt()1054 if (op == BPF_ADD || op == BPF_OR || op == BPF_XOR) { in opt_stmt()
665 | arth '|' arth { $$ = gen_arth(BPF_OR, $1, $3); }
3109 { (yyval.a) = gen_arth(BPF_OR, (yyvsp[-2].a), (yyvsp[0].a)); } in yyparse()
2283 s2 = new_stmt(BPF_ALU|BPF_OR|BPF_X); in gen_load_radiotap_llprefixlen()2351 s2 = new_stmt(BPF_ALU|BPF_OR|BPF_X); in gen_load_ppi_llprefixlen()7168 s = new_stmt(BPF_ALU|BPF_OR|BPF_K);
780 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
34 #define BPF_OR 0x40 macro
523 case BPF_ALU|BPF_OR|BPF_X:563 case BPF_ALU|BPF_OR|BPF_K:682 case BPF_OR:
38 case BPF_OR: in AluOpToken()
144 case BPF_OR: in Alu()
1395 #define BPF_OR 0x40 macro
188 BPF_STMT(BPF_ALU | BPF_OR | BPF_X, 0),
2523 BPF_OR 0x4 bitwise logical OR