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

/linux-master/kernel/bpf/
H A Dverifier.c252 static bool bpf_helper_call(const struct bpf_insn *insn) function
527 return (bpf_helper_call(insn) && is_sync_callback_calling_function(insn->imm)) ||
533 return bpf_helper_call(insn) && is_async_callback_calling_function(insn->imm);

Completed in 154 milliseconds