Home
last modified time | relevance | path

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

12

/linux-6.6.21/include/linux/
Dbpf.h783 struct bpf_func_proto { struct
933 const struct bpf_func_proto *
1802 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1803 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
2244 typedef const struct bpf_func_proto *
2282 const struct bpf_func_proto *
2435 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id);
2673 static inline const struct bpf_func_proto *
2954 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
2955 extern const struct bpf_func_proto bpf_map_update_elem_proto;
[all …]
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;
Dbpf-cgroup.h419 const struct bpf_func_proto *
421 const struct bpf_func_proto *
453 static inline const struct bpf_func_proto *
459 static inline const struct bpf_func_proto *
/linux-6.6.21/include/net/
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;
/linux-6.6.21/kernel/bpf/
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 …]
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()
Dringbuf.c462 const struct bpf_func_proto bpf_ringbuf_reserve_proto = {
504 const struct bpf_func_proto bpf_ringbuf_submit_proto = {
517 const struct bpf_func_proto bpf_ringbuf_discard_proto = {
543 const struct bpf_func_proto bpf_ringbuf_output_proto = {
572 const struct bpf_func_proto bpf_ringbuf_query_proto = {
610 const struct bpf_func_proto bpf_ringbuf_reserve_dynptr_proto = {
631 const struct bpf_func_proto bpf_ringbuf_submit_dynptr_proto = {
650 const struct bpf_func_proto bpf_ringbuf_discard_dynptr_proto = {
783 const struct bpf_func_proto bpf_user_ringbuf_drain_proto = {
Dcore.c2791 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2792 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2793 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2794 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2795 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2796 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2797 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
2798 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2799 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2800 const struct bpf_func_proto bpf_jiffies64_proto __weak;
[all …]
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 = {
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 = {
Dcgroup.c1577 const struct bpf_func_proto bpf_get_local_storage_proto = {
1593 const struct bpf_func_proto bpf_get_retval_proto = {
1608 const struct bpf_func_proto bpf_set_retval_proto = {
1615 static const struct bpf_func_proto *
1618 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto()
2067 static const struct bpf_func_proto bpf_sysctl_get_name_proto = {
2109 static const struct bpf_func_proto bpf_sysctl_get_current_value_proto = {
2129 static const struct bpf_func_proto bpf_sysctl_get_new_value_proto = {
2154 static const struct bpf_func_proto bpf_sysctl_set_new_value_proto = {
2163 static const struct bpf_func_proto *
[all …]
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 = {
Dstackmap.c307 const struct bpf_func_proto bpf_get_stackid_proto = {
376 const struct bpf_func_proto bpf_get_stackid_proto_pe = {
467 const struct bpf_func_proto bpf_get_stack_proto = {
494 const struct bpf_func_proto bpf_get_task_stack_proto = {
558 const struct bpf_func_proto bpf_get_stack_proto_pe = {
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 = {
Dtask_iter.c815 const struct bpf_func_proto bpf_find_vma_proto = {
Dsyscall.c5573 static const struct bpf_func_proto bpf_sys_bpf_proto = {
5582 const struct bpf_func_proto * __weak
5598 static const struct bpf_func_proto bpf_sys_close_proto = {
5620 static const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = {
5630 static const struct bpf_func_proto *
Dverifier.c8361 const struct bpf_func_proto *fn, in get_dynptr_arg_reg()
8428 const struct bpf_func_proto *fn, in check_func_arg()
9011 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
9033 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid()
9048 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
9066 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
9085 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
9936 const struct bpf_func_proto *fn = NULL; in check_helper_call()
18857 const struct bpf_func_proto *fn; in do_misc_fixups()
/linux-6.6.21/kernel/trace/
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 …]
/linux-6.6.21/net/core/
Dfilter.c87 static const struct bpf_func_proto *
1715 static const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1752 static const struct bpf_func_proto bpf_skb_load_bytes_proto = {
1791 static const struct bpf_func_proto bpf_flow_dissector_load_bytes_proto = {
1835 static const struct bpf_func_proto bpf_skb_load_bytes_relative_proto = {
1860 static const struct bpf_func_proto bpf_skb_pull_data_proto = {
1873 static const struct bpf_func_proto bpf_sk_fullsock_proto = {
1900 static const struct bpf_func_proto sk_skb_pull_data_proto = {
1941 static const struct bpf_func_proto bpf_l3_csum_replace_proto = {
1994 static const struct bpf_func_proto bpf_l4_csum_replace_proto = {
[all …]
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 = {
Dsock_map.c625 const struct bpf_func_proto bpf_sock_map_update_proto = {
652 const struct bpf_func_proto bpf_sk_redirect_map_proto = {
681 const struct bpf_func_proto bpf_msg_redirect_map_proto = {
1226 const struct bpf_func_proto bpf_sock_hash_update_proto = {
1253 const struct bpf_func_proto bpf_sk_redirect_hash_proto = {
1282 const struct bpf_func_proto bpf_msg_redirect_hash_proto = {
/linux-6.6.21/drivers/media/rc/
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 *
/linux-6.6.21/net/ipv4/
Dbpf_tcp_ca.c135 static const struct bpf_func_proto bpf_tcp_send_ack_proto = {
158 static const struct bpf_func_proto *
Dtcp_ipv4.c3351 static const struct bpf_func_proto *
/linux-6.6.21/net/netfilter/
Dnf_bpf_link.c314 static const struct bpf_func_proto *

12