Searched refs:BPF_MEMWORDS (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
H A Dfilter.h127 #define BPF_MEMWORDS 16 macro
/external/libpcap/
H A Dgencode.h219 #define N_ATOMS (BPF_MEMWORDS+2)
H A Dpcap-bpf.h828 #define BPF_MEMWORDS 16 macro
H A Doptimize.c63 * 0 through BPF_MEMWORDS-1 represent the corresponding scratch memory
67 #define A_ATOM BPF_MEMWORDS
68 #define X_ATOM (BPF_MEMWORDS+1)
H A Dgencode.c5940 static int regused[BPF_MEMWORDS];
5949 int n = BPF_MEMWORDS;
5953 curreg = (curreg + 1) % BPF_MEMWORDS;
/external/libpcap/bpf/net/
H A Dbpf_filter.c210 int32 mem[BPF_MEMWORDS];
556 (p->k >= BPF_MEMWORDS || p->k < 0))

Completed in 178 milliseconds