Home
last modified time | relevance | path

Searched refs:jt (Results 1 – 4 of 4) sorted by relevance

/tools/include/uapi/linux/
A Dfilter.h26 __u8 jt; /* Jump true */ member
52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
/tools/bpf/
A Dbpf_dbg.c433 i + 1 + f.jt, i + 1 + f.jf); in bpf_disasm()
444 f->code, f->jt, f->jf, f->k); in bpf_dump_curr()
448 if (f->jt || f->jf) { in bpf_dump_curr()
450 bpf_disasm(*(f + f->jt + 1), r->Pc + f->jt + 1); in bpf_dump_curr()
734 r->Pc += r->A > r->X ? f->jt : f->jf; in bpf_single_step()
737 r->Pc += r->A > K ? f->jt : f->jf; in bpf_single_step()
743 r->Pc += r->A >= K ? f->jt : f->jf; in bpf_single_step()
749 r->Pc += r->A == K ? f->jt : f->jf; in bpf_single_step()
752 r->Pc += r->A & r->X ? f->jt : f->jf; in bpf_single_step()
755 r->Pc += r->A & K ? f->jt : f->jf; in bpf_single_step()
[all …]
A Dbpf_exp.y43 static void bpf_set_curr_instr(uint16_t op, uint8_t jt, uint8_t jf, uint32_t k);
479 static void bpf_set_curr_instr(uint16_t code, uint8_t jt, uint8_t jf, in bpf_set_curr_instr() argument
484 out[curr_instr].jt = jt; in bpf_set_curr_instr()
567 out[i].jt = bpf_encode_jt_jf_offset(off, i); in bpf_reduce_jt_jumps()
597 out[i].jt, out[i].jf, out[i].k); in bpf_pretty_print_c()
607 out[i].jt, out[i].jf, out[i].k); in bpf_pretty_print()
/tools/testing/selftests/net/mptcp/
A Dsimult_flows.sh165 ./mptcp_connect -jt ${timeout_poll} -l -p $port -T $max_time \
173 ./mptcp_connect -jt ${timeout_poll} -p $port -T $max_time \

Completed in 9 milliseconds