Home
last modified time | relevance | path

Searched refs:jvalue (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/bpf/
H A Dgencode.h308 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
313 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c7910 bpf_int32 jvalue;
8106 bpf_u_int32 jvalue;
8120 if (jvalue > 255)
8129 if (jvalue > 16383)
8133 val1 = jvalue & 0x00003c00;
8135 val2 = jvalue & 0x000003fc;
8137 val3 = jvalue & 0x00000003;
8147 if (jvalue > 16383)
8155 jvalue = val1 + val2;
8163 if (jvalue > 15)
[all …]