Searched refs:get_func_proto (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_struct_ops.c | 144 .get_func_proto = bpf_base_func_proto,
|
| /linux/drivers/media/rc/ |
| H A D | bpf-lirc.c | 131 .get_func_proto = lirc_mode2_func_proto,
|
| /linux/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 205 .get_func_proto = bpf_tcp_ca_get_func_proto,
|
| /linux/net/netfilter/ |
| H A D | nf_bpf_link.c | 331 .get_func_proto = bpf_nf_func_proto,
|
| /linux/kernel/bpf/ |
| H A D | bpf_lsm.c | 413 .get_func_proto = bpf_lsm_func_proto,
|
| H A D | syscall.c | 6436 .get_func_proto = syscall_prog_func_proto,
|
| H A D | verifier.c | 11462 if (!env->ops->get_func_proto) in get_helper_proto() 11465 *ptr = env->ops->get_func_proto(func_id, env->prog); in get_helper_proto() 23439 fn = env->ops->get_func_proto(insn->imm, env->prog); in do_misc_fixups()
|
| /linux/net/sched/ |
| H A D | bpf_qdisc.c | 348 .get_func_proto = bpf_base_func_proto,
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 1357 .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 D | bpf_testmod.c | 1216 .get_func_proto = bpf_base_func_proto, 1547 .get_func_proto = bpf_base_func_proto,
|
| /linux/net/core/ |
| H A D | filter.c | 11204 .get_func_proto = sk_filter_func_proto, 11215 .get_func_proto = tc_cls_act_func_proto, 11228 .get_func_proto = xdp_func_proto, 11240 .get_func_proto = cg_skb_func_proto, 11250 .get_func_proto = lwt_in_func_proto, 11260 .get_func_proto = lwt_out_func_proto, 11270 .get_func_proto = lwt_xmit_func_proto, 11281 .get_func_proto = lwt_seg6local_func_proto, 11290 .get_func_proto = sock_filter_func_proto, 11299 .get_func_proto = sock_addr_func_proto, [all …]
|
| /linux/include/linux/ |
| H A D | bpf.h | 1084 (*get_func_proto)(enum bpf_func_id func_id, member 2728 bpf_iter_get_func_proto_t get_func_proto; member
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3910 .get_func_proto = bpf_iter_unix_get_func_proto,
|
| /linux/kernel/sched/ |
| H A D | ext.c | 5185 .get_func_proto = bpf_base_func_proto,
|