Home
last modified time | relevance | path

Searched refs:insn_is_helper_call (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c6650 static bool insn_is_helper_call(struct bpf_insn *insn, enum bpf_func_id *func_id) in insn_is_helper_call() function
6670 if (!insn_is_helper_call(insn, &func_id)) in bpf_object__sanitize_prog()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c6772 static bool insn_is_helper_call(struct bpf_insn *insn, enum bpf_func_id *func_id) in insn_is_helper_call() function
6795 if (!insn_is_helper_call(insn, &func_id)) in bpf_object__sanitize_prog()

Completed in 31 milliseconds