Home
last modified time | relevance | path

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

12

/Linux-v6.6/include/linux/
Dbpf.h774 struct bpf_func_proto { struct
920 const struct bpf_func_proto *
1784 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1785 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
2226 typedef const struct bpf_func_proto *
2264 const struct bpf_func_proto *
2417 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id);
2655 static inline const struct bpf_func_proto *
2936 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
2937 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.h418 const struct bpf_func_proto *
420 const struct bpf_func_proto *
452 static inline const struct bpf_func_proto *
458 static inline const struct bpf_func_proto *
/Linux-v6.6/kernel/bpf/
Dhelpers.c43 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
59 const struct bpf_func_proto bpf_map_update_elem_proto = {
76 const struct bpf_func_proto bpf_map_delete_elem_proto = {
90 const struct bpf_func_proto bpf_map_push_elem_proto = {
105 const struct bpf_func_proto bpf_map_pop_elem_proto = {
118 const struct bpf_func_proto bpf_map_peek_elem_proto = {
132 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = {
142 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
153 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
164 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.c2783 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2784 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2785 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2786 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2787 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2788 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2789 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
2790 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2791 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2792 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.c1564 const struct bpf_func_proto bpf_get_local_storage_proto = {
1580 const struct bpf_func_proto bpf_get_retval_proto = {
1595 const struct bpf_func_proto bpf_set_retval_proto = {
1602 static const struct bpf_func_proto *
1605 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto()
2054 static const struct bpf_func_proto bpf_sysctl_get_name_proto = {
2096 static const struct bpf_func_proto bpf_sysctl_get_current_value_proto = {
2116 static const struct bpf_func_proto bpf_sysctl_get_new_value_proto = {
2141 static const struct bpf_func_proto bpf_sysctl_set_new_value_proto = {
2150 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 = {
458 const struct bpf_func_proto bpf_get_stack_proto = {
485 const struct bpf_func_proto bpf_get_task_stack_proto = {
549 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.c5532 static const struct bpf_func_proto bpf_sys_bpf_proto = {
5541 const struct bpf_func_proto * __weak
5557 static const struct bpf_func_proto bpf_sys_close_proto = {
5579 static const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = {
5589 static const struct bpf_func_proto *
Dverifier.c8025 const struct bpf_func_proto *fn, in get_dynptr_arg_reg()
8092 const struct bpf_func_proto *fn, in check_func_arg()
8675 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
8697 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid()
8712 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
8730 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
8749 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
9533 const struct bpf_func_proto *fn = NULL; in check_helper_call()
18331 const struct bpf_func_proto *fn; in do_misc_fixups()
/Linux-v6.6/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-v6.6/kernel/trace/
Dbpf_trace.c158 static const struct bpf_func_proto bpf_override_return_proto = {
184 const struct bpf_func_proto bpf_probe_read_user_proto = {
221 const struct bpf_func_proto bpf_probe_read_user_str_proto = {
236 const struct bpf_func_proto bpf_probe_read_kernel_proto = {
271 const struct bpf_func_proto bpf_probe_read_kernel_str_proto = {
291 static const struct bpf_func_proto bpf_probe_read_compat_proto = {
310 static const struct bpf_func_proto bpf_probe_read_compat_str_proto = {
345 static const struct bpf_func_proto bpf_probe_write_user_proto = {
354 static const struct bpf_func_proto *bpf_get_probe_write_proto(void) in bpf_get_probe_write_proto()
392 static const struct bpf_func_proto bpf_trace_printk_proto = {
[all …]
/Linux-v6.6/net/core/
Dfilter.c85 static const struct bpf_func_proto *
1713 static const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1750 static const struct bpf_func_proto bpf_skb_load_bytes_proto = {
1789 static const struct bpf_func_proto bpf_flow_dissector_load_bytes_proto = {
1833 static const struct bpf_func_proto bpf_skb_load_bytes_relative_proto = {
1858 static const struct bpf_func_proto bpf_skb_pull_data_proto = {
1871 static const struct bpf_func_proto bpf_sk_fullsock_proto = {
1898 static const struct bpf_func_proto sk_skb_pull_data_proto = {
1939 static const struct bpf_func_proto bpf_l3_csum_replace_proto = {
1992 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.c623 const struct bpf_func_proto bpf_sock_map_update_proto = {
650 const struct bpf_func_proto bpf_sk_redirect_map_proto = {
679 const struct bpf_func_proto bpf_msg_redirect_map_proto = {
1224 const struct bpf_func_proto bpf_sock_hash_update_proto = {
1251 const struct bpf_func_proto bpf_sk_redirect_hash_proto = {
1280 const struct bpf_func_proto bpf_msg_redirect_hash_proto = {
/Linux-v6.6/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-v6.6/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-v6.6/net/netfilter/
Dnf_bpf_link.c314 static const struct bpf_func_proto *

12