Home
last modified time | relevance | path

Searched refs:EBPF_CALL (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/bpf/
H A Dbpf_def.h90 #define EBPF_CALL 0x80 macro
H A Dbpf_dump.c43 [EBPF_CALL >> 4] = "call", [EBPF_EXIT >> 4] = "exit",
H A Dbpf_load_elf.c67 if (ins[idx].code == (BPF_JMP | EBPF_CALL)) in resolve_xsym()
H A Dbpf_exec.c455 case (BPF_JMP | EBPF_CALL): in bpf_exec()
H A Dbpf_jit_arm64.c1105 case (BPF_JMP | EBPF_CALL): in check_program_has_call()
1372 case (BPF_JMP | EBPF_CALL): in emit()
H A Dbpf_jit_x86.c1470 case (BPF_JMP | EBPF_CALL): in emit()
H A Dbpf_validate.c1713 [(BPF_JMP | EBPF_CALL)] = {
/dpdk/app/test/
H A Dtest_bpf.c1786 .code = (BPF_JMP | EBPF_CALL),
1887 .code = (BPF_JMP | EBPF_CALL),
1993 .code = (BPF_JMP | EBPF_CALL),
2144 .code = (BPF_JMP | EBPF_CALL),
2172 .code = (BPF_JMP | EBPF_CALL),
2333 .code = (BPF_JMP | EBPF_CALL),
2383 .code = (BPF_JMP | EBPF_CALL),