Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dtrampoline.c186 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry()
203 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry()
226 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry()
/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c1109 branch_flags = poke_type == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c611 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke()
621 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke()
/linux-6.15/arch/riscv/net/
H A Dbpf_jit_comp64.c671 bool is_call = poke_type == BPF_MOD_CALL; in bpf_arch_text_poke()
/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c2699 if (poke_type == BPF_MOD_CALL) in bpf_arch_text_poke()
/linux-6.15/include/linux/
H A Dbpf.h3507 BPF_MOD_CALL, enumerator