Home
last modified time | relevance | path

Searched refs:BPF_MEMWORDS (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/net/
H A Dbpf_filter.c147 int32_t mem[BPF_MEMWORDS]; in _bpf_filter()
417 if (p->k >= BPF_MEMWORDS) in bpf_validate()
429 if (p->k >= BPF_MEMWORDS) in bpf_validate()
H A Dbpf.h339 #define BPF_MEMWORDS 16 macro
/openbsd/lib/libpcap/
H A Dgencode.h107 #define N_ATOMS (BPF_MEMWORDS+2)
H A Doptimize.c46 #define A_ATOM BPF_MEMWORDS
47 #define X_ATOM (BPF_MEMWORDS+1)
H A Dgencode.c2873 static int regused[BPF_MEMWORDS];
2882 int n = BPF_MEMWORDS; in alloc_reg()
2886 curreg = (curreg + 1) % BPF_MEMWORDS; in alloc_reg()