Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dbpf_struct_ops.c359 tlinks[BPF_TRAMP_FENTRY].links[0] = link; in bpf_struct_ops_prepare_trampoline()
360 tlinks[BPF_TRAMP_FENTRY].nr_links = 1; in bpf_struct_ops_prepare_trampoline()
Dtrampoline.c495 return BPF_TRAMP_FENTRY; in bpf_attach_type_to_tramp()
/Linux-v6.6/Documentation/bpf/
Ddrgn.rst142 .trampoline_prog_type = (enum bpf_tramp_prog_type)BPF_TRAMP_FENTRY,
/Linux-v6.6/arch/s390/net/
Dbpf_jit_comp.c2212 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in __arch_prepare_bpf_trampoline()
/Linux-v6.6/arch/riscv/net/
Dbpf_jit_comp64.c795 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in __arch_prepare_bpf_trampoline()
/Linux-v6.6/arch/arm64/net/
Dbpf_jit_comp.c1843 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in prepare_trampoline()
/Linux-v6.6/arch/x86/net/
Dbpf_jit_comp.c2360 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in arch_prepare_bpf_trampoline()
/Linux-v6.6/include/linux/
Dbpf.h1098 BPF_TRAMP_FENTRY, enumerator