Home
last modified time | relevance | path

Searched refs:BPF_LSH (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dbpf_op_alu.h29 #if defined(BPF_LSH) || (defined(HAVE_DECL_BPF_LSH) && HAVE_DECL_BPF_LSH)
30 XLAT(BPF_LSH),
Dbpf_op_alu.in7 BPF_LSH
/external/libchrome/sandbox/linux/system_headers/
Dlinux_filter.h88 #ifndef BPF_LSH
89 #define BPF_LSH 0x60 macro
/external/libpcap/
Dbpf_image.c234 case BPF_ALU|BPF_LSH|BPF_X:
284 case BPF_ALU|BPF_LSH|BPF_K:
Doptimize.c627 case BPF_LSH: in fold_op()
991 case BPF_ALU|BPF_LSH|BPF_K: in opt_stmt()
1000 op == BPF_LSH || op == BPF_RSH || in opt_stmt()
1028 case BPF_ALU|BPF_LSH|BPF_X: in opt_stmt()
1060 op == BPF_AND || op == BPF_LSH || op == BPF_RSH) { in opt_stmt()
Dgrammar.y667 | arth LSH arth { $$ = gen_arth(BPF_LSH, $1, $3); }
Dgrammar.c3121 { (yyval.a) = gen_arth(BPF_LSH, (yyvsp[-2].a), (yyvsp[0].a)); } in yyparse()
Dgencode.c1667 s2 = new_stmt(BPF_ALU|BPF_LSH|BPF_K); in gen_loadx_iphdrlen()
2270 s2 = new_stmt(BPF_ALU|BPF_LSH|BPF_K); in gen_load_radiotap_llprefixlen()
2338 s2 = new_stmt(BPF_ALU|BPF_LSH|BPF_K); in gen_load_ppi_llprefixlen()
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h36 #define BPF_LSH 0x60 macro
/external/iproute2/include/linux/
Dbpf_common.h36 #define BPF_LSH 0x60 macro
/external/libpcap/bpf/net/
Dbpf_filter.c531 case BPF_ALU|BPF_LSH|BPF_X:
571 case BPF_ALU|BPF_LSH|BPF_K:
685 case BPF_LSH:
/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.cc44 case BPF_LSH: in AluOpToken()
Dverifier.cc153 case BPF_LSH: in Alu()
/external/libpcap/pcap/
Dbpf.h1397 #define BPF_LSH 0x60 macro
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c186 BPF_STMT(BPF_ALU | BPF_LSH | BPF_K, 8),
/external/llvm/docs/
DCodeGenerator.rst2525 BPF_LSH 0x6 left shift