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

/linux-4.1.27/kernel/bpf/
H A Dhelpers.c18 * inside its own verifier_ops->get_func_proto() callback it should return
H A Dsyscall.c391 * ops->get_func_proto must have been supplied, check it fixup_bpf_calls()
393 BUG_ON(!prog->aux->ops->get_func_proto); fixup_bpf_calls()
395 fn = prog->aux->ops->get_func_proto(insn->imm); fixup_bpf_calls()
H A Dverifier.c851 if (env->prog->aux->ops->get_func_proto) check_call()
852 fn = env->prog->aux->ops->get_func_proto(func_id); check_call()
/linux-4.1.27/kernel/trace/
H A Dbpf_trace.c208 .get_func_proto = kprobe_prog_func_proto,
/linux-4.1.27/include/linux/
H A Dbpf.h101 const struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id); member in struct:bpf_verifier_ops
/linux-4.1.27/net/core/
H A Dfilter.c1464 .get_func_proto = sk_filter_func_proto,
1470 .get_func_proto = tc_cls_act_func_proto,

Completed in 950 milliseconds