Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dbpf.h894 struct bpf_func_proto { struct
1069 const struct bpf_func_proto *
2174 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
2175 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
2177 const struct bpf_func_proto *bpf_get_perf_event_read_value_proto(void);
2670 typedef const struct bpf_func_proto *
2708 const struct bpf_func_proto *
2860 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id,
3137 static inline const struct bpf_func_proto *
3476 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
[all …]
H A 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;
H A Dbpf-cgroup.h423 const struct bpf_func_proto *
457 static inline const struct bpf_func_proto *
/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;
/linux/kernel/trace/
H A Dbpf_trace.c163 static const struct bpf_func_proto bpf_override_return_proto = {
189 const struct bpf_func_proto bpf_probe_read_user_proto = {
226 const struct bpf_func_proto bpf_probe_read_user_str_proto = {
241 const struct bpf_func_proto bpf_probe_read_kernel_proto = {
276 const struct bpf_func_proto bpf_probe_read_kernel_str_proto = {
296 static const struct bpf_func_proto bpf_probe_read_compat_proto = {
315 static const struct bpf_func_proto bpf_probe_read_compat_str_proto = {
350 static const struct bpf_func_proto bpf_probe_write_user_proto = {
386 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/kernel/bpf/
H A Dhelpers.c50 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
67 const struct bpf_func_proto bpf_map_update_elem_proto = {
85 const struct bpf_func_proto bpf_map_delete_elem_proto = {
99 const struct bpf_func_proto bpf_map_push_elem_proto = {
114 const struct bpf_func_proto bpf_map_pop_elem_proto = {
127 const struct bpf_func_proto bpf_map_peek_elem_proto = {
142 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = {
152 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
163 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
175 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
[all …]
H A Dringbuf.c476 const struct bpf_func_proto bpf_ringbuf_reserve_proto = {
518 const struct bpf_func_proto bpf_ringbuf_submit_proto = {
531 const struct bpf_func_proto bpf_ringbuf_discard_proto = {
557 const struct bpf_func_proto bpf_ringbuf_output_proto = {
586 const struct bpf_func_proto bpf_ringbuf_query_proto = {
624 const struct bpf_func_proto bpf_ringbuf_reserve_dynptr_proto = {
645 const struct bpf_func_proto bpf_ringbuf_submit_dynptr_proto = {
664 const struct bpf_func_proto bpf_ringbuf_discard_dynptr_proto = {
796 const struct bpf_func_proto bpf_user_ringbuf_drain_proto = {
H A 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()
H A Dcore.c2946 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2947 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2948 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2949 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2950 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2951 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2952 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
2953 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2954 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2955 const struct bpf_func_proto bpf_jiffies64_proto __weak;
[all …]
H A Dbpf_task_storage.c335 const struct bpf_func_proto bpf_task_storage_get_recur_proto = {
346 const struct bpf_func_proto bpf_task_storage_get_proto = {
357 const struct bpf_func_proto bpf_task_storage_delete_recur_proto = {
366 const struct bpf_func_proto bpf_task_storage_delete_proto = {
H A 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 = {
H A Dbpf_inode_storage.c209 const struct bpf_func_proto bpf_inode_storage_get_proto = {
220 const struct bpf_func_proto bpf_inode_storage_delete_proto = {
H A Dbpf_cgrp_storage.c220 const struct bpf_func_proto bpf_cgrp_storage_get_proto = {
231 const struct bpf_func_proto bpf_cgrp_storage_delete_proto = {
H A Dcgroup.c1779 const struct bpf_func_proto bpf_get_local_storage_proto = {
1795 const struct bpf_func_proto bpf_get_retval_proto = {
1810 const struct bpf_func_proto bpf_set_retval_proto = {
1817 static const struct bpf_func_proto *
1820 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto()
2268 static const struct bpf_func_proto bpf_sysctl_get_name_proto = {
2310 static const struct bpf_func_proto bpf_sysctl_get_current_value_proto = {
2330 static const struct bpf_func_proto bpf_sysctl_get_new_value_proto = {
2355 static const struct bpf_func_proto bpf_sysctl_set_new_value_proto = {
2364 static const struct bpf_func_proto *
[all …]
H A Dbpf_iter.c369 const struct bpf_func_proto *
373 const struct bpf_func_proto *fn = NULL; in bpf_iter_get_func_proto()
730 const struct bpf_func_proto bpf_for_each_map_elem_proto = {
766 const struct bpf_func_proto bpf_loop_proto = {
H A Dtask_iter.c786 const struct bpf_func_proto bpf_find_vma_proto = {
H A Dsyscall.c6343 static const struct bpf_func_proto bpf_sys_bpf_proto = {
6352 const struct bpf_func_proto * __weak
6368 static const struct bpf_func_proto bpf_sys_close_proto = {
6391 static const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = {
6402 static const struct bpf_func_proto *
H A Dverifier.c9437 const struct bpf_func_proto *fn, in get_dynptr_arg_reg()
9615 const struct bpf_func_proto *fn, in check_func_arg()
10178 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
10200 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid()
10215 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
10233 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
10252 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
11350 const struct bpf_func_proto **ptr) in get_helper_proto()
11367 const struct bpf_func_proto *fn = NULL; in check_helper_call()
17546 const struct bpf_func_proto *fn; in get_call_summary()
[all …]
/linux/net/core/
H A Dfilter.c94 static const struct bpf_func_proto *
1737 static const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1774 static const struct bpf_func_proto bpf_skb_load_bytes_proto = {
1813 static const struct bpf_func_proto bpf_flow_dissector_load_bytes_proto = {
1857 static const struct bpf_func_proto bpf_skb_load_bytes_relative_proto = {
1882 static const struct bpf_func_proto bpf_skb_pull_data_proto = {
1895 static const struct bpf_func_proto bpf_sk_fullsock_proto = {
1922 static const struct bpf_func_proto sk_skb_pull_data_proto = {
1963 static const struct bpf_func_proto bpf_l3_csum_replace_proto = {
2017 static const struct bpf_func_proto bpf_l4_csum_replace_proto = {
[all …]
H A 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 = {
H A 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/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 *
/linux/net/ipv4/
H A Dbpf_tcp_ca.c128 static const struct bpf_func_proto bpf_tcp_send_ack_proto = {
151 static const struct bpf_func_proto *
H A Dtcp_ipv4.c3749 static const struct bpf_func_proto *
/linux/net/netfilter/
H A Dnf_bpf_link.c323 static const struct bpf_func_proto *

12