Searched refs:get_func_proto (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | bpf_tcp_ca.c | 212 .get_func_proto = bpf_tcp_ca_get_func_proto,
|
H A D | tcp_ipv4.c | 3399 .get_func_proto = bpf_iter_tcp_get_func_proto,
|
/openbmc/linux/drivers/media/rc/ |
H A D | bpf-lirc.c | 131 .get_func_proto = lirc_mode2_func_proto,
|
/openbmc/linux/net/netfilter/ |
H A D | nf_bpf_link.c | 327 .get_func_proto = bpf_nf_func_proto,
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_iter.c | 384 if (reg_info->get_func_proto) in bpf_iter_get_func_proto() 385 fn = reg_info->get_func_proto(func_id, prog); in bpf_iter_get_func_proto()
|
H A D | bpf_lsm.c | 374 .get_func_proto = bpf_lsm_func_proto,
|
H A D | cgroup.c | 1687 .get_func_proto = cgroup_dev_func_proto, 2306 .get_func_proto = sysctl_func_proto, 2533 .get_func_proto = cg_sockopt_func_proto,
|
H A D | syscall.c | 5731 .get_func_proto = syscall_prog_func_proto,
|
H A D | verifier.c | 9965 if (env->ops->get_func_proto) in check_helper_call() 9966 fn = env->ops->get_func_proto(func_id, env->prog); in check_helper_call() 19377 fn = env->ops->get_func_proto(insn->imm, env->prog); in do_misc_fixups()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 1620 .get_func_proto = kprobe_prog_func_proto, 1726 .get_func_proto = tp_prog_func_proto, 2037 .get_func_proto = raw_tp_prog_func_proto, 2048 .get_func_proto = tracing_prog_func_proto, 2070 .get_func_proto = raw_tp_prog_func_proto, 2152 .get_func_proto = pe_prog_func_proto,
|
/openbmc/linux/net/core/ |
H A D | filter.c | 10947 .get_func_proto = sk_filter_func_proto, 10958 .get_func_proto = tc_cls_act_func_proto, 10971 .get_func_proto = xdp_func_proto, 10983 .get_func_proto = cg_skb_func_proto, 10993 .get_func_proto = lwt_in_func_proto, 11003 .get_func_proto = lwt_out_func_proto, 11013 .get_func_proto = lwt_xmit_func_proto, 11024 .get_func_proto = lwt_seg6local_func_proto, 11034 .get_func_proto = sock_filter_func_proto, 11043 .get_func_proto = sock_addr_func_proto, [all …]
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_iterators.rst | 203 bpf_iter_get_func_proto_t get_func_proto; 230 * - get_func_proto
|
H A D | verifier.rst | 91 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 948 (*get_func_proto)(enum bpf_func_id func_id, member 2284 bpf_iter_get_func_proto_t get_func_proto; member
|
/openbmc/linux/net/unix/ |
H A D | af_unix.c | 3671 .get_func_proto = bpf_iter_unix_get_func_proto,
|