Searched refs:BPF_MOD_CALL (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/bpf/ |
A D | trampoline.c | 132 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry() 147 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry() 168 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry()
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp.c | 345 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke() 355 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke()
|
/linux/include/linux/ |
A D | bpf.h | 2261 BPF_MOD_CALL, enumerator
|
Completed in 15 milliseconds