Home | History | Annotate | Download | only in npfctl

Lines Matching defs:jt

93  *	the jt and jf continuations in the first pass, and then, once
229 if (insn->jt == JUMP_MAGIC) {
230 insn->jt = fail_off;
239 uint8_t jt = insn->jt;
240 insn->jt = insn->jf;
241 insn->jf = jt;
425 const uint8_t jt = ver ? 0 : JUMP_MAGIC;
445 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ver, jt, jf),
479 const uint8_t jt = type ? 0 : JUMP_MAGIC;
498 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, type, jt, jf),