| npf_bpf_comp.c | 93 * the jt and jf continuations in the first pass, and then, once 233 if (insn->jf == JUMP_MAGIC) { 234 insn->jf = fail_off; 240 insn->jt = insn->jf; 241 insn->jf = jt; 426 const uint8_t jf = ver ? JUMP_MAGIC : 0; local in function:fetch_l3 445 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ver, jt, jf), 480 const uint8_t jf = type ? JUMP_MAGIC : 0; local in function:fetch_ether_type 498 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, type, jt, jf), 647 uint8_t jf; local in function:npfctl_bpf_cidr 798 const unsigned jf = usingmask ? 3 : 2; local in function:npfctl_bpf_tcpfl [all...] |