Home
last modified time | relevance | path

Searched refs:bpf_func_proto (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dbpf.h797 struct bpf_func_proto { struct
947 const struct bpf_func_proto *
1830 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1831 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
2269 typedef const struct bpf_func_proto *
2307 const struct bpf_func_proto *
2460 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id);
2698 static inline const struct bpf_func_proto *
2979 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
2980 extern const struct bpf_func_proto bpf_map_update_elem_proto;
[all …]
H A Dbpf_lsm.h42 extern const struct bpf_func_proto bpf_inode_storage_get_proto;
43 extern const struct bpf_func_proto bpf_inode_storage_delete_proto;
H A Dbpf-cgroup.h412 const struct bpf_func_proto *
414 const struct bpf_func_proto *
446 static inline const struct bpf_func_proto *
452 static inline const struct bpf_func_proto *
/openbmc/linux/kernel/bpf/
H A Dhelpers.c44 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
61 const struct bpf_func_proto bpf_map_update_elem_proto = {
79 const struct bpf_func_proto bpf_map_delete_elem_proto = {
93 const struct bpf_func_proto bpf_map_push_elem_proto = {
108 const struct bpf_func_proto bpf_map_pop_elem_proto = {
121 const struct bpf_func_proto bpf_map_peek_elem_proto = {
135 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = {
145 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
156 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
167 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
[all …]
H A Dbpf_lsm.c129 static const struct bpf_func_proto bpf_bprm_opts_set_proto = {
150 static const struct bpf_func_proto bpf_ima_inode_hash_proto = {
169 static const struct bpf_func_proto bpf_ima_file_hash_proto = {
189 static const struct bpf_func_proto bpf_get_attach_cookie_proto = {
196 static const struct bpf_func_proto *
199 const struct bpf_func_proto *func_proto; in bpf_lsm_func_proto()
H A Dcore.c2821 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2822 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2823 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2824 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2825 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2826 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2827 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
2828 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2829 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2830 const struct bpf_func_proto bpf_jiffies64_proto __weak;
[all …]
H A Dringbuf.c477 const struct bpf_func_proto bpf_ringbuf_reserve_proto = {
519 const struct bpf_func_proto bpf_ringbuf_submit_proto = {
532 const struct bpf_func_proto bpf_ringbuf_discard_proto = {
558 const struct bpf_func_proto bpf_ringbuf_output_proto = {
587 const struct bpf_func_proto bpf_ringbuf_query_proto = {
625 const struct bpf_func_proto bpf_ringbuf_reserve_dynptr_proto = {
646 const struct bpf_func_proto bpf_ringbuf_submit_dynptr_proto = {
665 const struct bpf_func_proto bpf_ringbuf_discard_dynptr_proto = {
798 const struct bpf_func_proto bpf_user_ringbuf_drain_proto = {
H A Dbpf_task_storage.c336 const struct bpf_func_proto bpf_task_storage_get_recur_proto = {
347 const struct bpf_func_proto bpf_task_storage_get_proto = {
358 const struct bpf_func_proto bpf_task_storage_delete_recur_proto = {
367 const struct bpf_func_proto bpf_task_storage_delete_proto = {
H A Dcgroup.c1594 const struct bpf_func_proto bpf_get_local_storage_proto = {
1610 const struct bpf_func_proto bpf_get_retval_proto = {
1625 const struct bpf_func_proto bpf_set_retval_proto = {
1632 static const struct bpf_func_proto *
1635 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto()
2087 static const struct bpf_func_proto bpf_sysctl_get_name_proto = {
2129 static const struct bpf_func_proto bpf_sysctl_get_current_value_proto = {
2149 static const struct bpf_func_proto bpf_sysctl_get_new_value_proto = {
2174 static const struct bpf_func_proto bpf_sysctl_set_new_value_proto = {
2183 static const struct bpf_func_proto *
[all …]
H A Dbpf_inode_storage.c219 const struct bpf_func_proto bpf_inode_storage_get_proto = {
230 const struct bpf_func_proto bpf_inode_storage_delete_proto = {
H A Dbpf_cgrp_storage.c222 const struct bpf_func_proto bpf_cgrp_storage_get_proto = {
233 const struct bpf_func_proto bpf_cgrp_storage_delete_proto = {
H A Dstackmap.c310 const struct bpf_func_proto bpf_get_stackid_proto = {
379 const struct bpf_func_proto bpf_get_stackid_proto_pe = {
470 const struct bpf_func_proto bpf_get_stack_proto = {
497 const struct bpf_func_proto bpf_get_task_stack_proto = {
561 const struct bpf_func_proto bpf_get_stack_proto_pe = {
H A Dbpf_iter.c372 const struct bpf_func_proto *
376 const struct bpf_func_proto *fn = NULL; in bpf_iter_get_func_proto()
734 const struct bpf_func_proto bpf_for_each_map_elem_proto = {
770 const struct bpf_func_proto bpf_loop_proto = {
H A Dtask_iter.c815 const struct bpf_func_proto bpf_find_vma_proto = {
H A Dsyscall.c5654 static const struct bpf_func_proto bpf_sys_bpf_proto = {
5663 const struct bpf_func_proto * __weak
5679 static const struct bpf_func_proto bpf_sys_close_proto = {
5702 static const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = {
5713 static const struct bpf_func_proto *
H A Dverifier.c8371 const struct bpf_func_proto *fn, in get_dynptr_arg_reg()
8438 const struct bpf_func_proto *fn, in check_func_arg()
9023 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
9045 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid()
9060 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
9078 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
9097 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
9948 const struct bpf_func_proto *fn = NULL; in check_helper_call()
18891 const struct bpf_func_proto *fn; in do_misc_fixups()
/openbmc/linux/include/net/
H A Dbpf_sk_storage.h21 extern const struct bpf_func_proto bpf_sk_storage_get_proto;
22 extern const struct bpf_func_proto bpf_sk_storage_delete_proto;
23 extern const struct bpf_func_proto bpf_sk_storage_get_tracing_proto;
24 extern const struct bpf_func_proto bpf_sk_storage_delete_tracing_proto;
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c161 static const struct bpf_func_proto bpf_override_return_proto = {
187 const struct bpf_func_proto bpf_probe_read_user_proto = {
224 const struct bpf_func_proto bpf_probe_read_user_str_proto = {
239 const struct bpf_func_proto bpf_probe_read_kernel_proto = {
274 const struct bpf_func_proto bpf_probe_read_kernel_str_proto = {
294 static const struct bpf_func_proto bpf_probe_read_compat_proto = {
313 static const struct bpf_func_proto bpf_probe_read_compat_str_proto = {
348 static const struct bpf_func_proto bpf_probe_write_user_proto = {
357 static const struct bpf_func_proto *bpf_get_probe_write_proto(void) in bpf_get_probe_write_proto()
395 static const struct bpf_func_proto bpf_trace_printk_proto = {
[all …]
/openbmc/linux/net/core/
H A Dfilter.c87 static const struct bpf_func_proto *
1720 static const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1757 static const struct bpf_func_proto bpf_skb_load_bytes_proto = {
1796 static const struct bpf_func_proto bpf_flow_dissector_load_bytes_proto = {
1840 static const struct bpf_func_proto bpf_skb_load_bytes_relative_proto = {
1865 static const struct bpf_func_proto bpf_skb_pull_data_proto = {
1878 static const struct bpf_func_proto bpf_sk_fullsock_proto = {
1905 static const struct bpf_func_proto sk_skb_pull_data_proto = {
1946 static const struct bpf_func_proto bpf_l3_csum_replace_proto = {
1999 static const struct bpf_func_proto bpf_l4_csum_replace_proto = {
[all …]
H A Dbpf_sk_storage.c324 const struct bpf_func_proto bpf_sk_storage_get_proto = {
334 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto = {
344 const struct bpf_func_proto bpf_sk_storage_delete_proto = {
410 const struct bpf_func_proto bpf_sk_storage_get_tracing_proto = {
422 const struct bpf_func_proto bpf_sk_storage_delete_tracing_proto = {
H A Dsock_map.c631 const struct bpf_func_proto bpf_sock_map_update_proto = {
660 const struct bpf_func_proto bpf_sk_redirect_map_proto = {
691 const struct bpf_func_proto bpf_msg_redirect_map_proto = {
1237 const struct bpf_func_proto bpf_sock_hash_update_proto = {
1266 const struct bpf_func_proto bpf_sk_redirect_hash_proto = {
1297 const struct bpf_func_proto bpf_msg_redirect_hash_proto = {
/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c31 static const struct bpf_func_proto rc_repeat_proto = {
50 static const struct bpf_func_proto rc_keydown_proto = {
73 static const struct bpf_func_proto rc_pointer_rel_proto = {
82 static const struct bpf_func_proto *
/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c135 static const struct bpf_func_proto bpf_tcp_send_ack_proto = {
158 static const struct bpf_func_proto *
/openbmc/linux/net/netfilter/
H A Dnf_bpf_link.c319 static const struct bpf_func_proto *
/openbmc/linux/net/unix/
H A Daf_unix.c3650 static const struct bpf_func_proto *

12