Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbpf.h110 const struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id); member
/linux-4.4.14/kernel/trace/
Dbpf_trace.c320 .get_func_proto = kprobe_prog_func_proto,
/linux-4.4.14/kernel/bpf/
Dsyscall.c472 BUG_ON(!prog->aux->ops->get_func_proto); in fixup_bpf_calls()
491 fn = prog->aux->ops->get_func_proto(insn->imm); in fixup_bpf_calls()
Dverifier.c947 if (env->prog->aux->ops->get_func_proto) in check_call()
948 fn = env->prog->aux->ops->get_func_proto(func_id); in check_call()
/linux-4.4.14/net/core/
Dfilter.c1885 .get_func_proto = sk_filter_func_proto,
1891 .get_func_proto = tc_cls_act_func_proto,
/linux-4.4.14/Documentation/networking/
Dfilter.txt1079 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()