Home
last modified time | relevance | path

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

12

/linux-6.14.4/include/linux/
Dbpf.h842 struct bpf_func_proto { struct
1001 const struct bpf_func_proto *
2036 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
2037 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
2512 typedef const struct bpf_func_proto *
2550 const struct bpf_func_proto *
2702 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id,
2971 static inline const struct bpf_func_proto *
3273 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
3274 extern const struct bpf_func_proto bpf_map_update_elem_proto;
[all …]
Dbpf_lsm.h43 extern const struct bpf_func_proto bpf_inode_storage_get_proto;
44 extern const struct bpf_func_proto bpf_inode_storage_delete_proto;
Dbpf-cgroup.h427 const struct bpf_func_proto *
429 const struct bpf_func_proto *
461 static inline const struct bpf_func_proto *
467 static inline const struct bpf_func_proto *
/linux-6.14.4/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.14.4/kernel/bpf/
Dhelpers.c45 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
62 const struct bpf_func_proto bpf_map_update_elem_proto = {
80 const struct bpf_func_proto bpf_map_delete_elem_proto = {
94 const struct bpf_func_proto bpf_map_push_elem_proto = {
109 const struct bpf_func_proto bpf_map_pop_elem_proto = {
122 const struct bpf_func_proto bpf_map_peek_elem_proto = {
136 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = {
146 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
157 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
169 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
[all …]
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 = {
797 const struct bpf_func_proto bpf_user_ringbuf_drain_proto = {
Dbpf_lsm.c155 static const struct bpf_func_proto bpf_bprm_opts_set_proto = {
176 static const struct bpf_func_proto bpf_ima_inode_hash_proto = {
195 static const struct bpf_func_proto bpf_ima_file_hash_proto = {
215 static const struct bpf_func_proto bpf_get_attach_cookie_proto = {
222 static const struct bpf_func_proto *
225 const struct bpf_func_proto *func_proto; in bpf_lsm_func_proto()
Dcore.c2879 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2880 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2881 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2882 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2883 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2884 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2885 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
2886 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2887 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2888 const struct bpf_func_proto bpf_jiffies64_proto __weak;
[all …]
Dbpf_task_storage.c337 const struct bpf_func_proto bpf_task_storage_get_recur_proto = {
348 const struct bpf_func_proto bpf_task_storage_get_proto = {
359 const struct bpf_func_proto bpf_task_storage_delete_recur_proto = {
368 const struct bpf_func_proto bpf_task_storage_delete_proto = {
Dstackmap.c327 const struct bpf_func_proto bpf_get_stackid_proto = {
396 const struct bpf_func_proto bpf_get_stackid_proto_pe = {
502 const struct bpf_func_proto bpf_get_stack_proto = {
518 const struct bpf_func_proto bpf_get_stack_sleepable_proto = {
551 const struct bpf_func_proto bpf_get_task_stack_proto = {
568 const struct bpf_func_proto bpf_get_task_stack_sleepable_proto = {
632 const struct bpf_func_proto bpf_get_stack_proto_pe = {
Dcgroup.c1592 const struct bpf_func_proto bpf_get_local_storage_proto = {
1608 const struct bpf_func_proto bpf_get_retval_proto = {
1623 const struct bpf_func_proto bpf_set_retval_proto = {
1630 static const struct bpf_func_proto *
1633 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto()
2085 static const struct bpf_func_proto bpf_sysctl_get_name_proto = {
2127 static const struct bpf_func_proto bpf_sysctl_get_current_value_proto = {
2147 static const struct bpf_func_proto bpf_sysctl_get_new_value_proto = {
2172 static const struct bpf_func_proto bpf_sysctl_set_new_value_proto = {
2181 static const struct bpf_func_proto *
[all …]
Dbpf_inode_storage.c211 const struct bpf_func_proto bpf_inode_storage_get_proto = {
222 const struct bpf_func_proto bpf_inode_storage_delete_proto = {
Dbpf_cgrp_storage.c221 const struct bpf_func_proto bpf_cgrp_storage_get_proto = {
232 const struct bpf_func_proto bpf_cgrp_storage_delete_proto = {
Dbpf_iter.c371 const struct bpf_func_proto *
375 const struct bpf_func_proto *fn = NULL; in bpf_iter_get_func_proto()
733 const struct bpf_func_proto bpf_for_each_map_elem_proto = {
769 const struct bpf_func_proto bpf_loop_proto = {
Dtask_iter.c786 const struct bpf_func_proto bpf_find_vma_proto = {
Dsyscall.c5986 static const struct bpf_func_proto bpf_sys_bpf_proto = {
5995 const struct bpf_func_proto * __weak
6011 static const struct bpf_func_proto bpf_sys_close_proto = {
6034 static const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = {
6045 static const struct bpf_func_proto *
Dverifier.c9041 const struct bpf_func_proto *fn, in get_dynptr_arg_reg()
9219 const struct bpf_func_proto *fn, in check_func_arg()
9782 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
9804 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid()
9819 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
9837 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
9856 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
10914 const struct bpf_func_proto **ptr) in get_helper_proto()
10931 const struct bpf_func_proto *fn = NULL; in check_helper_call()
16763 static u32 helper_fastcall_clobber_mask(const struct bpf_func_proto *fn) in helper_fastcall_clobber_mask()
[all …]
/linux-6.14.4/kernel/trace/
Dbpf_trace.c164 static const struct bpf_func_proto bpf_override_return_proto = {
190 const struct bpf_func_proto bpf_probe_read_user_proto = {
227 const struct bpf_func_proto bpf_probe_read_user_str_proto = {
242 const struct bpf_func_proto bpf_probe_read_kernel_proto = {
277 const struct bpf_func_proto bpf_probe_read_kernel_str_proto = {
297 static const struct bpf_func_proto bpf_probe_read_compat_proto = {
316 static const struct bpf_func_proto bpf_probe_read_compat_str_proto = {
351 static const struct bpf_func_proto bpf_probe_write_user_proto = {
387 static const struct bpf_func_proto bpf_trace_printk_proto = {
409 const struct bpf_func_proto *bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
[all …]
/linux-6.14.4/net/core/
Dfilter.c94 static const struct bpf_func_proto *
1728 static const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1765 static const struct bpf_func_proto bpf_skb_load_bytes_proto = {
1804 static const struct bpf_func_proto bpf_flow_dissector_load_bytes_proto = {
1848 static const struct bpf_func_proto bpf_skb_load_bytes_relative_proto = {
1873 static const struct bpf_func_proto bpf_skb_pull_data_proto = {
1886 static const struct bpf_func_proto bpf_sk_fullsock_proto = {
1913 static const struct bpf_func_proto sk_skb_pull_data_proto = {
1954 static const struct bpf_func_proto bpf_l3_csum_replace_proto = {
2007 static const struct bpf_func_proto bpf_l4_csum_replace_proto = {
[all …]
Dbpf_sk_storage.c328 const struct bpf_func_proto bpf_sk_storage_get_proto = {
338 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto = {
348 const struct bpf_func_proto bpf_sk_storage_delete_proto = {
403 const struct bpf_func_proto bpf_sk_storage_get_tracing_proto = {
415 const struct bpf_func_proto bpf_sk_storage_delete_tracing_proto = {
Dsock_map.c634 const struct bpf_func_proto bpf_sock_map_update_proto = {
663 const struct bpf_func_proto bpf_sk_redirect_map_proto = {
694 const struct bpf_func_proto bpf_msg_redirect_map_proto = {
1240 const struct bpf_func_proto bpf_sock_hash_update_proto = {
1269 const struct bpf_func_proto bpf_sk_redirect_hash_proto = {
1300 const struct bpf_func_proto bpf_msg_redirect_hash_proto = {
/linux-6.14.4/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.14.4/net/ipv4/
Dbpf_tcp_ca.c128 static const struct bpf_func_proto bpf_tcp_send_ack_proto = {
151 static const struct bpf_func_proto *
Dtcp_ipv4.c3610 static const struct bpf_func_proto *
/linux-6.14.4/net/netfilter/
Dnf_bpf_link.c319 static const struct bpf_func_proto *

12