Home
last modified time | relevance | path

Searched refs:bpf_tramp_progs (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dtrampoline.c164 static struct bpf_tramp_progs *
168 struct bpf_tramp_progs *tprogs; in bpf_trampoline_get_progs()
192 struct bpf_tramp_progs *tprogs; in bpf_trampoline_update()
439 struct bpf_tramp_progs *tprogs, in arch_prepare_bpf_trampoline()
Dbpf_struct_ops.c322 struct bpf_tramp_progs *tprogs = NULL; in bpf_struct_ops_map_update_elem()
/Linux-v5.10/arch/x86/net/
Dbpf_jit_comp.c1629 struct bpf_tramp_progs *tp, int stack_size) in invoke_bpf()
1643 struct bpf_tramp_progs *tp, int stack_size, in invoke_bpf_mod_ret()
1740 struct bpf_tramp_progs *tprogs, in arch_prepare_bpf_trampoline()
1745 struct bpf_tramp_progs *fentry = &tprogs[BPF_TRAMP_FENTRY]; in arch_prepare_bpf_trampoline()
1746 struct bpf_tramp_progs *fexit = &tprogs[BPF_TRAMP_FEXIT]; in arch_prepare_bpf_trampoline()
1747 struct bpf_tramp_progs *fmod_ret = &tprogs[BPF_TRAMP_MODIFY_RETURN]; in arch_prepare_bpf_trampoline()
/Linux-v5.10/include/linux/
Dbpf.h534 struct bpf_tramp_progs { struct
561 struct bpf_tramp_progs *tprogs,