Searched refs:BPF_MOD_CALL (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | trampoline.c | 203 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry() 222 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry() 248 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry()
|
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp.c | 360 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke() 370 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke()
|
/linux-6.1.9/include/linux/ |
D | bpf.h | 2675 BPF_MOD_CALL, enumerator
|
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit_comp.c | 2152 if (poke_type == BPF_MOD_CALL) in bpf_arch_text_poke()
|