Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Dbpf.h716 struct bpf_func_proto { struct
862 const struct bpf_func_proto *
2042 typedef const struct bpf_func_proto *
2080 const struct bpf_func_proto *
2459 static inline const struct bpf_func_proto *
2737 extern const struct bpf_func_proto bpf_strtol_proto;
2738 extern const struct bpf_func_proto bpf_strtoul_proto;
2739 extern const struct bpf_func_proto bpf_tcp_sock_proto;
2760 extern const struct bpf_func_proto bpf_snprintf_proto;
2777 extern const struct bpf_func_proto bpf_loop_proto;
[all …]
A 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;
A 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-6.3-rc2/kernel/bpf/
A Dhelpers.c42 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
89 const struct bpf_func_proto bpf_map_push_elem_proto = {
104 const struct bpf_func_proto bpf_map_pop_elem_proto = {
117 const struct bpf_func_proto bpf_map_peek_elem_proto = {
175 const struct bpf_func_proto bpf_ktime_get_ns_proto = {
336 const struct bpf_func_proto bpf_spin_lock_proto = {
388 const struct bpf_func_proto bpf_jiffies64_proto = {
527 const struct bpf_func_proto bpf_strtol_proto = {
555 const struct bpf_func_proto bpf_strtoul_proto = {
1064 const struct bpf_func_proto bpf_snprintf_proto = {
[all …]
A 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()
A Dringbuf.c448 const struct bpf_func_proto bpf_ringbuf_reserve_proto = {
490 const struct bpf_func_proto bpf_ringbuf_submit_proto = {
503 const struct bpf_func_proto bpf_ringbuf_discard_proto = {
529 const struct bpf_func_proto bpf_ringbuf_output_proto = {
558 const struct bpf_func_proto bpf_ringbuf_query_proto = {
596 const struct bpf_func_proto bpf_ringbuf_reserve_dynptr_proto = {
617 const struct bpf_func_proto bpf_ringbuf_submit_dynptr_proto = {
636 const struct bpf_func_proto bpf_ringbuf_discard_dynptr_proto = {
769 const struct bpf_func_proto bpf_user_ringbuf_drain_proto = {
A Dcore.c2634 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2635 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2636 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2638 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2639 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2640 const struct bpf_func_proto bpf_jiffies64_proto __weak;
2645 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
2657 const struct bpf_func_proto bpf_snprintf_btf_proto __weak;
2659 const struct bpf_func_proto bpf_set_retval_proto __weak;
2660 const struct bpf_func_proto bpf_get_retval_proto __weak;
[all …]
A Dbpf_task_storage.c342 const struct bpf_func_proto bpf_task_storage_get_recur_proto = {
353 const struct bpf_func_proto bpf_task_storage_get_proto = {
364 const struct bpf_func_proto bpf_task_storage_delete_recur_proto = {
373 const struct bpf_func_proto bpf_task_storage_delete_proto = {
A Dcgroup.c1563 const struct bpf_func_proto bpf_get_local_storage_proto = {
1579 const struct bpf_func_proto bpf_get_retval_proto = {
1594 const struct bpf_func_proto bpf_set_retval_proto = {
1601 static const struct bpf_func_proto *
1604 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto()
2131 static const struct bpf_func_proto *
2134 const struct bpf_func_proto *func_proto; in sysctl_func_proto()
2276 static const struct bpf_func_proto *
2279 const struct bpf_func_proto *func_proto; in cg_sockopt_func_proto()
2480 const struct bpf_func_proto *
[all …]
A Dbpf_cgrp_storage.c228 const struct bpf_func_proto bpf_cgrp_storage_get_proto = {
239 const struct bpf_func_proto bpf_cgrp_storage_delete_proto = {
A Dbpf_inode_storage.c232 const struct bpf_func_proto bpf_inode_storage_get_proto = {
243 const struct bpf_func_proto bpf_inode_storage_delete_proto = {
A 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 = {
A 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 = {
A Dtask_iter.c815 const struct bpf_func_proto bpf_find_vma_proto = {
A Dsyscall.c5180 static const struct bpf_func_proto bpf_sys_bpf_proto = {
5189 const struct bpf_func_proto * __weak
5205 static const struct bpf_func_proto bpf_sys_close_proto = {
5227 static const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = {
5237 static const struct bpf_func_proto *
A Dverifier.c6697 const struct bpf_func_proto *fn) in check_func_arg()
7275 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
7297 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid()
7312 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
7330 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
7349 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
8127 const struct bpf_func_proto *fn = NULL; in check_helper_call()
16337 const struct bpf_func_proto *fn; in do_misc_fixups()
/linux-6.3-rc2/include/net/
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-6.3-rc2/kernel/trace/
A Dbpf_trace.c180 const struct bpf_func_proto bpf_probe_read_user_proto = {
785 const struct bpf_func_proto bpf_task_pt_regs_proto = {
951 static const struct bpf_func_proto bpf_d_path_proto = {
1010 const struct bpf_func_proto bpf_snprintf_btf_proto = {
1386 static const struct bpf_func_proto *
1522 static const struct bpf_func_proto *
1644 static const struct bpf_func_proto *
1748 static const struct bpf_func_proto *
1883 static const struct bpf_func_proto *
1898 const struct bpf_func_proto *
[all …]
/linux-6.3-rc2/net/core/
A Dfilter.c85 static const struct bpf_func_proto *
4749 static const struct bpf_func_proto *
7676 static const struct bpf_func_proto *
7705 static const struct bpf_func_proto *
7788 static const struct bpf_func_proto *
7810 static const struct bpf_func_proto *
7859 static const struct bpf_func_proto *
7994 static const struct bpf_func_proto *
8069 static const struct bpf_func_proto *
8117 static const struct bpf_func_proto *
[all …]
A Dbpf_sk_storage.c329 const struct bpf_func_proto bpf_sk_storage_get_proto = {
339 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto = {
349 const struct bpf_func_proto bpf_sk_storage_delete_proto = {
415 const struct bpf_func_proto bpf_sk_storage_get_tracing_proto = {
427 const struct bpf_func_proto bpf_sk_storage_delete_tracing_proto = {
A Dsock_map.c627 const struct bpf_func_proto bpf_sock_map_update_proto = {
654 const struct bpf_func_proto bpf_sk_redirect_map_proto = {
681 const struct bpf_func_proto bpf_msg_redirect_map_proto = {
1219 const struct bpf_func_proto bpf_sock_hash_update_proto = {
1246 const struct bpf_func_proto bpf_sk_redirect_hash_proto = {
1273 const struct bpf_func_proto bpf_msg_redirect_hash_proto = {
/linux-6.3-rc2/drivers/media/rc/
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-6.3-rc2/net/ipv4/
A Dbpf_tcp_ca.c138 static const struct bpf_func_proto bpf_tcp_send_ack_proto = {
161 static const struct bpf_func_proto *
A Dtcp_ipv4.c3339 static const struct bpf_func_proto *
/linux-6.3-rc2/net/unix/
A Daf_unix.c3702 static const struct bpf_func_proto *

Completed in 117 milliseconds

12