Searched refs:BPF_MOD_CALL (Results 1 – 7 of 7) sorted by relevance
1326 if (old_t == BPF_MOD_CALL || new_t == BPF_MOD_CALL) { in bpf_arch_text_poke()1360 branch_flags = old_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()1369 branch_flags = new_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()
414 enum bpf_text_poke_type new_t = BPF_MOD_CALL, old_t = BPF_MOD_CALL; in bpf_trampoline_update_fentry()
837 is_call = old_t == BPF_MOD_CALL; in bpf_arch_text_poke()845 is_call = new_t == BPF_MOD_CALL; in bpf_arch_text_poke()
1611 is_call = old_t == BPF_MOD_CALL; in bpf_arch_text_poke()1619 is_call = new_t == BPF_MOD_CALL; in bpf_arch_text_poke()
3215 branch_type = old_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK : in bpf_arch_text_poke()3220 branch_type = new_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK : in bpf_arch_text_poke()
633 ret = old_t == BPF_MOD_CALL ? in __bpf_arch_text_poke()643 ret = new_t == BPF_MOD_CALL ? in __bpf_arch_text_poke()
4059 BPF_MOD_CALL, enumerator