Searched refs:get_func_proto (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/drivers/hid/bpf/ |
| H A D | hid_bpf_struct_ops.c | 144 .get_func_proto = bpf_base_func_proto,
|
| /linux-6.15/drivers/media/rc/ |
| H A D | bpf-lirc.c | 131 .get_func_proto = lirc_mode2_func_proto,
|
| /linux-6.15/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 205 .get_func_proto = bpf_tcp_ca_get_func_proto,
|
| H A D | tcp_ipv4.c | 3643 .get_func_proto = bpf_iter_tcp_get_func_proto,
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_bpf_link.c | 327 .get_func_proto = bpf_nf_func_proto,
|
| /linux-6.15/kernel/bpf/ |
| H A D | bpf_iter.c | 382 if (reg_info->get_func_proto) in bpf_iter_get_func_proto() 383 fn = reg_info->get_func_proto(func_id, prog); in bpf_iter_get_func_proto()
|
| H A D | bpf_lsm.c | 412 .get_func_proto = bpf_lsm_func_proto,
|
| H A D | cgroup.c | 1702 .get_func_proto = cgroup_dev_func_proto, 2321 .get_func_proto = sysctl_func_proto, 2548 .get_func_proto = cg_sockopt_func_proto,
|
| H A D | syscall.c | 6103 .get_func_proto = syscall_prog_func_proto,
|
| H A D | verifier.c | 11219 if (!env->ops->get_func_proto) in get_helper_proto() 11222 *ptr = env->ops->get_func_proto(func_id, env->prog); in get_helper_proto() 22365 fn = env->ops->get_func_proto(insn->imm, env->prog); in do_misc_fixups()
|
| /linux-6.15/kernel/trace/ |
| H A D | bpf_trace.c | 1645 .get_func_proto = kprobe_prog_func_proto, 1751 .get_func_proto = tp_prog_func_proto, 2067 .get_func_proto = raw_tp_prog_func_proto, 2078 .get_func_proto = tracing_prog_func_proto, 2100 .get_func_proto = raw_tp_prog_func_proto, 2182 .get_func_proto = pe_prog_func_proto,
|
| /linux-6.15/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.c | 1133 .get_func_proto = bpf_base_func_proto, 1464 .get_func_proto = bpf_base_func_proto,
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 11082 .get_func_proto = sk_filter_func_proto, 11106 .get_func_proto = xdp_func_proto, 11118 .get_func_proto = cg_skb_func_proto, 11128 .get_func_proto = lwt_in_func_proto, 11138 .get_func_proto = lwt_out_func_proto, 11148 .get_func_proto = lwt_xmit_func_proto, 11177 .get_func_proto = sock_addr_func_proto, 11186 .get_func_proto = sock_ops_func_proto, 11195 .get_func_proto = sk_skb_func_proto, 11205 .get_func_proto = sk_msg_func_proto, [all …]
|
| /linux-6.15/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()
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 1028 (*get_func_proto)(enum bpf_func_id func_id, member 2564 bpf_iter_get_func_proto_t get_func_proto; member
|
| /linux-6.15/net/unix/ |
| H A D | af_unix.c | 3763 .get_func_proto = bpf_iter_unix_get_func_proto,
|
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 5639 .get_func_proto = bpf_scx_get_func_proto,
|