Searched refs:orig_nl (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 125 static u_int orig_linktype = (u_int) - 1, orig_nl = (u_int) - 1, label_stack_depth = (u_int) - 1; variable 127 static __thread u_int orig_linktype = -1U, orig_nl = -1U, label_stack_depth = -1U; variable 886 orig_nl = -1; 7735 orig_nl = off_nl; 7780 orig_nl = off_nl; 7785 b0 = gen_mcmp(OR_MACPL, orig_nl - 2, BPF_B, 0, 0x01); 7822 …b1 = gen_mcmp(OR_MACPL, orig_nl, BPF_W, (bpf_int32) label_num, 0xfffff000); /* only compare the fi… 7881 orig_nl = off_nl; in gen_pppoes()
|