Searched refs:off_proto (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 795 static __thread u_int off_proto; variable 861 off_proto = -1; 1102 off_proto = PROTO_POS; 7936 if (off_proto == (u_int) - 1) 7938 b0 = gen_ncmp(OR_LINK, off_proto, BPF_B, 0x0f, jtype, reverse, jvalue); 7950 if (off_proto == (u_int) - 1) 7952 b0 = gen_ncmp(OR_LINK, off_proto, BPF_B, 0xffffffff, jtype, reverse, jvalue);
|