Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_bpf_filter.c222 int32 mem[BPF_MEMWORDS];
598 if (p->k >= BPF_MEMWORDS)
609 if (p->k >= BPF_MEMWORDS)
H A Dsf_optimize.c83 #define A_ATOM BPF_MEMWORDS
84 #define X_ATOM (BPF_MEMWORDS+1)
H A Dsf_gencode.c6907 static __thread int regused[BPF_MEMWORDS];
6924 int n = BPF_MEMWORDS; in alloc_reg()
6929 curreg = (curreg + 1) % BPF_MEMWORDS; in alloc_reg()
/mOS-networking-stack/core/src/include/bpf/
H A Dsf-redefines.h143 #define BPF_MEMWORDS SFBPF_MEMWORDS macro
H A Dgencode.h223 #define N_ATOMS (BPF_MEMWORDS+2)