Home
last modified time | relevance | path

Searched refs:BPF_MOD (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dbpf_op_alu.h38 #if defined(BPF_MOD) || (defined(HAVE_DECL_BPF_MOD) && HAVE_DECL_BPF_MOD)
39 XLAT(BPF_MOD),
Dbpf_op_alu.in10 BPF_MOD
/external/libchrome/sandbox/linux/system_headers/
Dlinux_filter.h100 #ifndef BPF_MOD
101 #define BPF_MOD 0x90 macro
/external/libpcap/
Dbpf_image.c214 case BPF_ALU|BPF_MOD|BPF_X:
264 case BPF_ALU|BPF_MOD|BPF_K:
Doptimize.c609 case BPF_MOD: in fold_op()
987 case BPF_ALU|BPF_MOD|BPF_K: in opt_stmt()
1024 case BPF_ALU|BPF_MOD|BPF_X: in opt_stmt()
1059 else if (op == BPF_MUL || op == BPF_DIV || op == BPF_MOD || in opt_stmt()
Dgrammar.y663 | arth '%' arth { $$ = gen_arth(BPF_MOD, $1, $3); }
Dgrammar.c3097 { (yyval.a) = gen_arth(BPF_MOD, (yyvsp[-2].a), (yyvsp[0].a)); } in yyparse()
/external/iproute2/include/linux/
Dbpf_common.h39 #define BPF_MOD 0x90 macro
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h39 #define BPF_MOD 0x90 macro
/external/libpcap/bpf/net/
Dbpf_filter.c513 case BPF_ALU|BPF_MOD|BPF_X:
555 case BPF_ALU|BPF_MOD|BPF_K:
690 case BPF_MOD:
/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.cc36 case BPF_MOD: in AluOpToken()
Dverifier.cc137 case BPF_MOD: in Alu()
/external/libpcap/pcap/
Dbpf.h1400 #define BPF_MOD 0x90 macro
/external/llvm/docs/
DCodeGenerator.rst2528 BPF_MOD 0x9 modulo