Searched refs:bpf_helper_call (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 305 milliseconds