Home
last modified time | relevance | path

Searched refs:trampoline (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c2559 struct bpf_trampoline *trampoline; member
2567 WARN_ON_ONCE(bpf_trampoline_unlink_prog(link->prog, tr_link->trampoline)); in bpf_tracing_link_release()
2569 bpf_trampoline_put(tr_link->trampoline); in bpf_tracing_link_release()
2699 * need a new trampoline and a check for compatibility in bpf_tracing_prog_attach()
2716 * means we can reuse the trampoline and reference from program in bpf_tracing_prog_attach()
2738 link->trampoline = tr; in bpf_tracing_prog_attach()
2740 /* Always clear the trampoline and target prog from prog->aux to make in bpf_tracing_prog_attach()
2749 /* we allocated a new trampoline, so free the old one */ in bpf_tracing_prog_attach()

Completed in 6 milliseconds