Searched refs:get_func_proto (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_lsm.c | 75 .get_func_proto = bpf_lsm_func_proto,
|
| H A D | cgroup.c | 1254 .get_func_proto = cgroup_dev_func_proto, 1807 .get_func_proto = sysctl_func_proto, 1958 .get_func_proto = cg_sockopt_func_proto,
|
| H A D | verifier.c | 5341 if (env->ops->get_func_proto) in check_helper_call() 5342 fn = env->ops->get_func_proto(func_id, env->prog); in check_helper_call() 11684 fn = env->ops->get_func_proto(insn->imm, env->prog); in fixup_bpf_calls()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | bpf_trace.c | 1380 .get_func_proto = kprobe_prog_func_proto, 1484 .get_func_proto = tp_prog_func_proto, 1774 .get_func_proto = raw_tp_prog_func_proto, 1785 .get_func_proto = tracing_prog_func_proto, 1807 .get_func_proto = raw_tp_prog_func_proto, 1889 .get_func_proto = pe_prog_func_proto,
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 181 .get_func_proto = bpf_tcp_ca_get_func_proto,
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | bpf-lirc.c | 131 .get_func_proto = lirc_mode2_func_proto,
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 9694 .get_func_proto = sk_filter_func_proto, 9705 .get_func_proto = tc_cls_act_func_proto, 9717 .get_func_proto = xdp_func_proto, 9728 .get_func_proto = cg_skb_func_proto, 9738 .get_func_proto = lwt_in_func_proto, 9748 .get_func_proto = lwt_out_func_proto, 9758 .get_func_proto = lwt_xmit_func_proto, 9769 .get_func_proto = lwt_seg6local_func_proto, 9779 .get_func_proto = sock_filter_func_proto, 9788 .get_func_proto = sock_addr_func_proto, [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 454 (*get_func_proto)(enum bpf_func_id func_id, member
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | filter.rst | 1146 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()
|