Searched refs:get_func_proto (Results 1 – 12 of 12) sorted by relevance
/linux/kernel/trace/ |
A D | bpf_trace.c | 1261 .get_func_proto = kprobe_prog_func_proto, 1367 .get_func_proto = tp_prog_func_proto, 1666 .get_func_proto = raw_tp_prog_func_proto, 1677 .get_func_proto = tracing_prog_func_proto, 1699 .get_func_proto = raw_tp_prog_func_proto, 1781 .get_func_proto = pe_prog_func_proto,
|
/linux/kernel/bpf/ |
A D | bpf_lsm.c | 226 .get_func_proto = bpf_lsm_func_proto,
|
A D | bpf_iter.c | 375 if (reg_info->get_func_proto) in bpf_iter_get_func_proto() 376 fn = reg_info->get_func_proto(func_id, prog); in bpf_iter_get_func_proto()
|
A D | cgroup.c | 1272 .get_func_proto = cgroup_dev_func_proto, 1909 .get_func_proto = sysctl_func_proto, 2086 .get_func_proto = cg_sockopt_func_proto,
|
A D | syscall.c | 4845 .get_func_proto = syscall_prog_func_proto,
|
A D | verifier.c | 6402 if (env->ops->get_func_proto) in check_helper_call() 6403 fn = env->ops->get_func_proto(func_id, env->prog); in check_helper_call() 13273 fn = env->ops->get_func_proto(insn->imm, env->prog); in do_misc_fixups()
|
/linux/net/ipv4/ |
A D | bpf_tcp_ca.c | 231 .get_func_proto = bpf_tcp_ca_get_func_proto,
|
A D | tcp_ipv4.c | 3305 .get_func_proto = bpf_iter_tcp_get_func_proto,
|
/linux/drivers/media/rc/ |
A D | bpf-lirc.c | 131 .get_func_proto = lirc_mode2_func_proto,
|
/linux/net/core/ |
A D | filter.c | 9989 .get_func_proto = sk_filter_func_proto, 10013 .get_func_proto = xdp_func_proto, 10024 .get_func_proto = cg_skb_func_proto, 10034 .get_func_proto = lwt_in_func_proto, 10044 .get_func_proto = lwt_out_func_proto, 10054 .get_func_proto = lwt_xmit_func_proto, 10084 .get_func_proto = sock_addr_func_proto, 10093 .get_func_proto = sock_ops_func_proto, 10102 .get_func_proto = sk_skb_func_proto, 10112 .get_func_proto = sk_msg_func_proto, [all …]
|
/linux/include/linux/ |
A D | bpf.h | 501 (*get_func_proto)(enum bpf_func_id func_id, member 1529 bpf_iter_get_func_proto_t get_func_proto; member
|
/linux/Documentation/networking/ |
A D | filter.rst | 1196 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()
|
Completed in 73 milliseconds