Home
last modified time | relevance | path

Searched refs:fexit (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtailcall_bpf2bpf_fexit.c11 int BPF_PROG(fexit, struct sk_buff *skb) in BPF_PROG() argument
H A Dtest_trace_ext_tracing.c19 int BPF_PROG(fexit, struct sk_buff *skb) in BPF_PROG() argument
/linux/tools/testing/selftests/bpf/benchs/
H A Drun_bench_rename.sh5 for i in base kprobe kretprobe rawtp fentry fexit
H A Drun_bench_trigger.sh7 fentry fexit fmodret \
H A Dbench_trigger.c479 BENCH_TRIG_KERNEL(fexit, "fexit");
/linux/tools/testing/selftests/bpf/
H A Dtest_ftrace.sh38 ./test_progs -t fexit
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_ext.c79 prog = skel_trace->progs.fexit; in test_trace_ext()
/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst190 | | ``BPF_TRACE_FEXIT`` | ``fexit+`` […
192 | | | ``fexit.s+``…
/linux/Documentation/bpf/
H A Ddrgn.rst29 programs via ``freplace``/``fentry``/``fexit`` mechanisms, since there is no
/linux/arch/s390/net/
H A Dbpf_jit_comp.c2576 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local
2809 for (i = 0; i < fexit->nr_links; i++) in __arch_prepare_bpf_trampoline()
2810 if (invoke_bpf_prog(tjit, m, fexit->links[i], false)) in __arch_prepare_bpf_trampoline()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c813 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local
1004 for (i = 0; i < fexit->nr_links; i++) { in __arch_prepare_bpf_trampoline()
1005 ret = invoke_bpf_prog(fexit->links[i], args_off, retval_off, in __arch_prepare_bpf_trampoline()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2128 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in prepare_trampoline() local
2275 for (i = 0; i < fexit->nr_links; i++) in prepare_trampoline()
2276 invoke_bpf_prog(ctx, fexit->links[i], args_off, retval_off, in prepare_trampoline()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c2944 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local
3162 if (fexit->nr_links) { in __arch_prepare_bpf_trampoline()
3163 if (invoke_bpf(m, &prog, fexit, regs_off, run_ctx_off, in __arch_prepare_bpf_trampoline()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst56 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool496 fentry fexit freplace sk_lookup'