Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c260 static struct block *gen_portrangeatom(int, bpf_int32, bpf_int32);
263 static struct block *gen_portrangeatom6(int, bpf_int32, bpf_int32);
573 bpf_int32 v;
581 bpf_int32 v;
589 bpf_int32 v;
597 bpf_int32 v;
605 bpf_int32 v;
613 bpf_int32 v;
630bpf_int32 w = ((bpf_int32) p[0] << 24) | ((bpf_int32) p[1] << 16) | ((bpf_int32) p[2] << 8) | p[3];
641 bpf_int32 w = ((bpf_int32) p[0] << 8) | p[1];
[all …]
H A Dsf_optimize.c587 bpf_int32 const_val;
944 bpf_int32 v = vmap[val].const_val;
955 bpf_int32 v = vmap[val].const_val;
1249 bpf_int32 aval, xval;
H A Dsf_bpf_filter.c92 #define int32 bpf_int32
/mOS-networking-stack/core/src/include/bpf/
H A Dgencode.h197 bpf_int32 k;
308 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
H A Dsf-redefines.h76 #define bpf_int32 sfbpf_int32 macro