Searched refs:BPF_JGE (Results 1 - 16 of 16) sorted by relevance

/external/strace/xlat/
H A Dbpf_op_jmp.h20 #if defined(BPF_JGE) || (defined(HAVE_DECL_BPF_JGE) && HAVE_DECL_BPF_JGE)
21 XLAT(BPF_JGE),
/external/libchrome/sandbox/linux/system_headers/
H A Dlinux_filter.h120 #ifndef BPF_JGE
121 #define BPF_JGE 0x30 macro
/external/iproute2/include/linux/
H A Dbpf_common.h45 #define BPF_JGE 0x30 macro
/external/kernel-headers/original/uapi/linux/
H A Dbpf_common.h45 #define BPF_JGE 0x30 macro
/external/libpcap/
H A Dbpf_image.c159 case BPF_JMP|BPF_JGE|BPF_K:
179 case BPF_JMP|BPF_JGE|BPF_X:
H A Dgrammar.y647 | GEQ { $$ = BPF_JGE; }
651 | '<' { $$ = BPF_JGE; }
H A Dgrammar.c3025 { (yyval.i) = BPF_JGE; }
3043 { (yyval.i) = BPF_JGE; }
H A 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);
H A Doptimize.c897 case BPF_JGE:
/external/iptables/include/linux/
H A Dfilter.h79 #define BPF_JGE 0x30 macro
/external/libchrome/sandbox/linux/bpf_dsl/
H A Ddump_bpf.cc59 case BPF_JGE:
H A Dverifier.cc83 case BPF_JGE:
H A Dpolicy_compiler.cc274 return gen_.MakeInstruction(BPF_JMP + BPF_JGE + BPF_K, mid->from, jt, jf);
/external/libpcap/bpf/net/
H A Dbpf_filter.c467 case BPF_JMP|BPF_JGE|BPF_K:
483 case BPF_JMP|BPF_JGE|BPF_X:
741 case BPF_JGE:
/external/libpcap/pcap/
H A Dbpf.h1411 #define BPF_JGE 0x30 macro
/external/linux-kselftest/tools/testing/selftests/net/
H A Dpsock_fanout.c104 { BPF_JMP | BPF_JGE | BPF_K, 0, 0, 1, DATA_LEN },

Completed in 3449 milliseconds