Home
last modified time | relevance | path

Searched refs:BPF_JGE (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Dbpf_op_jmp.h20 #if defined(BPF_JGE) || (defined(HAVE_DECL_BPF_JGE) && HAVE_DECL_BPF_JGE)
21 XLAT(BPF_JGE),
Dbpf_op_jmp.in4 BPF_JGE
/external/libchrome/sandbox/linux/system_headers/
Dlinux_filter.h120 #ifndef BPF_JGE
121 #define BPF_JGE 0x30 macro
/external/libpcap/
Dbpf_image.c159 case BPF_JMP|BPF_JGE|BPF_K:
179 case BPF_JMP|BPF_JGE|BPF_X:
Dgrammar.y647 | GEQ { $$ = BPF_JGE; }
651 | '<' { $$ = BPF_JGE; }
Dgrammar.c3025 { (yyval.i) = BPF_JGE; } in yyparse()
3043 { (yyval.i) = BPF_JGE; } in yyparse()
Dgencode.c696 return gen_ncmp(offrel, offset, size, 0xffffffff, BPF_JGE, 0, v);
705 return gen_ncmp(offrel, offset, size, 0xffffffff, BPF_JGE, 1, v);
793 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
7117 return gen_len(BPF_JGE, n);
Doptimize.c897 case BPF_JGE: in opt_peep()
/external/iproute2/include/linux/
Dbpf_common.h45 #define BPF_JGE 0x30 macro
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h45 #define BPF_JGE 0x30 macro
/external/iptables/include/linux/
Dfilter.h79 #define BPF_JGE 0x30 macro
/external/libpcap/bpf/net/
Dbpf_filter.c467 case BPF_JMP|BPF_JGE|BPF_K:
483 case BPF_JMP|BPF_JGE|BPF_X:
741 case BPF_JGE:
/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.cc59 case BPF_JGE: in JmpOpToken()
Dverifier.cc83 case BPF_JGE: in Jmp()
Dpolicy_compiler.cc274 return gen_.MakeInstruction(BPF_JMP + BPF_JGE + BPF_K, mid->from, jt, jf); in AssembleJumpTable()
/external/libpcap/pcap/
Dbpf.h1411 #define BPF_JGE 0x30 macro
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c104 { BPF_JMP | BPF_JGE | BPF_K, 0, 0, 1, DATA_LEN }, in sock_fanout_set_ebpf()
/external/llvm/docs/
DCodeGenerator.rst2534 BPF_JGE 0x3 jump >=