Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dhelpers.c39 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
55 const struct bpf_func_proto bpf_map_update_elem_proto = {
72 const struct bpf_func_proto bpf_map_delete_elem_proto = {
86 const struct bpf_func_proto bpf_map_push_elem_proto = {
101 const struct bpf_func_proto bpf_map_pop_elem_proto = {
114 const struct bpf_func_proto bpf_map_peek_elem_proto = {
128 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = {
138 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
149 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
160 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
[all …]
Dringbuf.c362 const struct bpf_func_proto bpf_ringbuf_reserve_proto = {
404 const struct bpf_func_proto bpf_ringbuf_submit_proto = {
417 const struct bpf_func_proto bpf_ringbuf_discard_proto = {
443 const struct bpf_func_proto bpf_ringbuf_output_proto = {
472 const struct bpf_func_proto bpf_ringbuf_query_proto = {
510 const struct bpf_func_proto bpf_ringbuf_reserve_dynptr_proto = {
531 const struct bpf_func_proto bpf_ringbuf_submit_dynptr_proto = {
550 const struct bpf_func_proto bpf_ringbuf_discard_dynptr_proto = {
Dbpf_lsm.c70 static const struct bpf_func_proto bpf_bprm_opts_set_proto = {
91 static const struct bpf_func_proto bpf_ima_inode_hash_proto = {
109 static const struct bpf_func_proto bpf_ima_file_hash_proto = {
128 static const struct bpf_func_proto bpf_get_attach_cookie_proto = {
135 static const struct bpf_func_proto *
Dcore.c2624 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2625 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2626 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2627 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2628 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2629 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2630 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
2631 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2632 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2633 const struct bpf_func_proto bpf_jiffies64_proto __weak;
[all …]
Dstackmap.c310 const struct bpf_func_proto bpf_get_stackid_proto = {
379 const struct bpf_func_proto bpf_get_stackid_proto_pe = {
461 const struct bpf_func_proto bpf_get_stack_proto = {
488 const struct bpf_func_proto bpf_get_task_stack_proto = {
552 const struct bpf_func_proto bpf_get_stack_proto_pe = {
Dbpf_inode_storage.c266 const struct bpf_func_proto bpf_inode_storage_get_proto = {
277 const struct bpf_func_proto bpf_inode_storage_delete_proto = {
Dcgroup.c1336 static const struct bpf_func_proto bpf_get_retval_proto = {
1351 static const struct bpf_func_proto bpf_set_retval_proto = {
1358 static const struct bpf_func_proto *
1379 static const struct bpf_func_proto *
1798 static const struct bpf_func_proto bpf_sysctl_get_name_proto = {
1840 static const struct bpf_func_proto bpf_sysctl_get_current_value_proto = {
1860 static const struct bpf_func_proto bpf_sysctl_get_new_value_proto = {
1885 static const struct bpf_func_proto bpf_sysctl_set_new_value_proto = {
1894 static const struct bpf_func_proto *
2023 static const struct bpf_func_proto bpf_get_netns_cookie_sockopt_proto = {
[all …]
Dbpf_task_storage.c325 const struct bpf_func_proto bpf_task_storage_get_proto = {
336 const struct bpf_func_proto bpf_task_storage_delete_proto = {
Dbpf_iter.c363 const struct bpf_func_proto *
367 const struct bpf_func_proto *fn = NULL; in bpf_iter_get_func_proto()
716 const struct bpf_func_proto bpf_for_each_map_elem_proto = {
751 const struct bpf_func_proto bpf_loop_proto = {
Dtask_iter.c620 const struct bpf_func_proto bpf_find_vma_proto = {
Dsyscall.c5094 static const struct bpf_func_proto bpf_sys_bpf_proto = {
5103 const struct bpf_func_proto * __weak
5119 static const struct bpf_func_proto bpf_sys_close_proto = {
5141 const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = {
5151 static const struct bpf_func_proto *
Dverifier.c5833 const struct bpf_func_proto *fn) in check_func_arg()
6404 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
6426 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid()
6441 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
6459 static bool check_refcount_ok(const struct bpf_func_proto *fn, int func_id) in check_refcount_ok()
6486 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
6504 static int check_func_proto(const struct bpf_func_proto *fn, int func_id, in check_func_proto()
7139 const struct bpf_func_proto *fn = NULL; in check_helper_call()
13797 const struct bpf_func_proto *fn; in do_misc_fixups()
Dbtf.c6973 const struct bpf_func_proto bpf_btf_find_by_name_kind_proto = {
/linux-5.19.10/include/linux/
Dbpf.h510 struct bpf_func_proto { struct
653 const struct bpf_func_proto *
1297 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1298 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
1616 typedef const struct bpf_func_proto *
1654 const struct bpf_func_proto *
1821 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id);
2022 static inline const struct bpf_func_proto *
2208 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
2209 extern const struct bpf_func_proto bpf_map_update_elem_proto;
[all …]
Dbpf_lsm.h41 extern const struct bpf_func_proto bpf_inode_storage_get_proto;
42 extern const struct bpf_func_proto bpf_inode_storage_delete_proto;
/linux-5.19.10/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-5.19.10/kernel/trace/
Dbpf_trace.c151 static const struct bpf_func_proto bpf_override_return_proto = {
177 const struct bpf_func_proto bpf_probe_read_user_proto = {
214 const struct bpf_func_proto bpf_probe_read_user_str_proto = {
240 const struct bpf_func_proto bpf_probe_read_kernel_proto = {
275 const struct bpf_func_proto bpf_probe_read_kernel_str_proto = {
295 static const struct bpf_func_proto bpf_probe_read_compat_proto = {
314 static const struct bpf_func_proto bpf_probe_read_compat_str_proto = {
349 static const struct bpf_func_proto bpf_probe_write_user_proto = {
358 static const struct bpf_func_proto *bpf_get_probe_write_proto(void) in bpf_get_probe_write_proto()
399 static const struct bpf_func_proto bpf_trace_printk_proto = {
[all …]
/linux-5.19.10/net/core/
Dfilter.c83 static const struct bpf_func_proto *
1711 static const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1742 static const struct bpf_func_proto bpf_skb_load_bytes_proto = {
1776 static const struct bpf_func_proto bpf_flow_dissector_load_bytes_proto = {
1820 static const struct bpf_func_proto bpf_skb_load_bytes_relative_proto = {
1845 static const struct bpf_func_proto bpf_skb_pull_data_proto = {
1858 static const struct bpf_func_proto bpf_sk_fullsock_proto = {
1885 static const struct bpf_func_proto sk_skb_pull_data_proto = {
1926 static const struct bpf_func_proto bpf_l3_csum_replace_proto = {
1979 static const struct bpf_func_proto bpf_l4_csum_replace_proto = {
[all …]
Dbpf_sk_storage.c359 const struct bpf_func_proto bpf_sk_storage_get_proto = {
369 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto = {
379 const struct bpf_func_proto bpf_sk_storage_delete_proto = {
445 const struct bpf_func_proto bpf_sk_storage_get_tracing_proto = {
457 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 = {
679 const struct bpf_func_proto bpf_msg_redirect_map_proto = {
1217 const struct bpf_func_proto bpf_sock_hash_update_proto = {
1244 const struct bpf_func_proto bpf_sk_redirect_hash_proto = {
1271 const struct bpf_func_proto bpf_msg_redirect_hash_proto = {
/linux-5.19.10/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-5.19.10/net/ipv4/
Dbpf_tcp_ca.c155 static const struct bpf_func_proto bpf_tcp_send_ack_proto = {
178 static const struct bpf_func_proto *
Dtcp_ipv4.c3227 static const struct bpf_func_proto *
/linux-5.19.10/net/unix/
Daf_unix.c3635 static const struct bpf_func_proto *