Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dbpf_struct_ops.c342 tlinks[BPF_TRAMP_FENTRY].links[0] = link; in bpf_struct_ops_prepare_trampoline()
343 tlinks[BPF_TRAMP_FENTRY].nr_links = 1; in bpf_struct_ops_prepare_trampoline()
Dtrampoline.c514 return BPF_TRAMP_FENTRY; in bpf_attach_type_to_tramp()
/Linux-v6.1/Documentation/bpf/
Ddrgn.rst142 .trampoline_prog_type = (enum bpf_tramp_prog_type)BPF_TRAMP_FENTRY,
/Linux-v6.1/arch/x86/net/
Dbpf_jit_comp.c2051 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in arch_prepare_bpf_trampoline()
/Linux-v6.1/arch/arm64/net/
Dbpf_jit_comp.c1783 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in prepare_trampoline()
/Linux-v6.1/include/linux/
Dbpf.h885 BPF_TRAMP_FENTRY, enumerator