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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dbpf_image.c164 case BPF_JMP|BPF_JGE|BPF_K:
184 case BPF_JMP|BPF_JGE|BPF_X:
H A Dgrammar.y603 | GEQ { $$ = BPF_JGE; }
607 | '<' { $$ = BPF_JGE; }
H A Dgencode.c666 return gen_ncmp(offrel, offset, size, 0xffffffff, BPF_JGE, 0, v);
675 return gen_ncmp(offrel, offset, size, 0xffffffff, BPF_JGE, 1, v);
763 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
7077 return gen_len(BPF_JGE, n);
H A Doptimize.c891 case BPF_JGE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/bpf/net/
H A Dbpf_filter.c426 case BPF_JMP|BPF_JGE|BPF_K:
442 case BPF_JMP|BPF_JGE|BPF_X:
668 case BPF_JGE:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfilter.h79 #define BPF_JGE 0x30 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dbpf.h1255 #define BPF_JGE 0x30 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dfilter.c540 case BPF_JMP|BPF_JGE|BPF_K:
543 case BPF_JMP|BPF_JGE|BPF_X:

Completed in 129 milliseconds