Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c144 .get_func_proto = bpf_base_func_proto,
/linux/net/ipv4/
H A Dbpf_tcp_ca.c205 .get_func_proto = bpf_tcp_ca_get_func_proto,
H A Dtcp_ipv4.c3770 .get_func_proto = bpf_iter_tcp_get_func_proto,
/linux/drivers/media/rc/
H A Dbpf-lirc.c131 .get_func_proto = lirc_mode2_func_proto,
/linux/net/netfilter/
H A Dnf_bpf_link.c331 .get_func_proto = bpf_nf_func_proto,
/linux/kernel/bpf/
H A Dbpf_iter.c381 if (reg_info->get_func_proto) in bpf_iter_get_func_proto()
382 fn = reg_info->get_func_proto(func_id, prog); in bpf_iter_get_func_proto()
H A Dbpf_lsm.c412 .get_func_proto = bpf_lsm_func_proto,
H A Dcgroup.c1868 .get_func_proto = cgroup_dev_func_proto,
2483 .get_func_proto = sysctl_func_proto,
2706 .get_func_proto = cg_sockopt_func_proto,
H A Dsyscall.c6421 .get_func_proto = syscall_prog_func_proto,
H A Dverifier.c11355 if (!env->ops->get_func_proto) in get_helper_proto()
11358 *ptr = env->ops->get_func_proto(func_id, env->prog); in get_helper_proto()
22832 fn = env->ops->get_func_proto(insn->imm, env->prog); in do_misc_fixups()
/linux/net/sched/
H A Dbpf_qdisc.c348 .get_func_proto = bpf_base_func_proto,
/linux/kernel/trace/
H A Dbpf_trace.c1357 .get_func_proto = kprobe_prog_func_proto,
1463 .get_func_proto = tp_prog_func_proto,
1779 .get_func_proto = raw_tp_prog_func_proto,
1790 .get_func_proto = tracing_prog_func_proto,
1812 .get_func_proto = raw_tp_prog_func_proto,
1894 .get_func_proto = pe_prog_func_proto,
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1190 .get_func_proto = bpf_base_func_proto,
1521 .get_func_proto = bpf_base_func_proto,
/linux/net/core/
H A Dfilter.c11104 .get_func_proto = sk_filter_func_proto,
11115 .get_func_proto = tc_cls_act_func_proto,
11128 .get_func_proto = xdp_func_proto,
11140 .get_func_proto = cg_skb_func_proto,
11150 .get_func_proto = lwt_in_func_proto,
11160 .get_func_proto = lwt_out_func_proto,
11170 .get_func_proto = lwt_xmit_func_proto,
11181 .get_func_proto = lwt_seg6local_func_proto,
11190 .get_func_proto = sock_filter_func_proto,
11199 .get_func_proto = sock_addr_func_proto,
[all …]
/linux/Documentation/bpf/
H A Dbpf_iterators.rst310 bpf_iter_get_func_proto_t get_func_proto;
337 * - get_func_proto
H A Dverifier.rst91 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()
/linux/include/linux/
H A Dbpf.h1070 (*get_func_proto)(enum bpf_func_id func_id, member
2685 bpf_iter_get_func_proto_t get_func_proto; member
/linux/net/unix/
H A Daf_unix.c3947 .get_func_proto = bpf_iter_unix_get_func_proto,
/linux/kernel/sched/
H A Dext.c4869 .get_func_proto = bpf_base_func_proto,