| /linux-6.15/include/linux/ |
| H A D | bpf.h | 852 struct bpf_func_proto { struct 1027 const struct bpf_func_proto * 2549 typedef const struct bpf_func_proto * 2587 const struct bpf_func_proto * 3008 static inline const struct bpf_func_proto * 3348 extern const struct bpf_func_proto bpf_strtol_proto; 3349 extern const struct bpf_func_proto bpf_strtoul_proto; 3350 extern const struct bpf_func_proto bpf_tcp_sock_proto; 3371 extern const struct bpf_func_proto bpf_snprintf_proto; 3388 extern const struct bpf_func_proto bpf_loop_proto; [all …]
|
| H A D | bpf_lsm.h | 43 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 D | bpf-cgroup.h | 428 const struct bpf_func_proto * 430 const struct bpf_func_proto * 462 static inline const struct bpf_func_proto * 468 static inline const struct bpf_func_proto *
|
| /linux-6.15/include/net/ |
| H A D | bpf_sk_storage.h | 21 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.15/kernel/trace/ |
| H A D | bpf_trace.c | 190 const struct bpf_func_proto bpf_probe_read_user_proto = { 787 const struct bpf_func_proto bpf_task_pt_regs_proto = { 1023 const struct bpf_func_proto bpf_snprintf_btf_proto = { 1427 static const struct bpf_func_proto * 1430 const struct bpf_func_proto *func_proto; in bpf_tracing_func_proto() 1592 static const struct bpf_func_proto * 1718 static const struct bpf_func_proto * 1822 static const struct bpf_func_proto * 1957 static const struct bpf_func_proto * 1974 const struct bpf_func_proto * [all …]
|
| /linux-6.15/kernel/bpf/ |
| H A D | helpers.c | 45 const struct bpf_func_proto bpf_map_lookup_elem_proto = { 94 const struct bpf_func_proto bpf_map_push_elem_proto = { 109 const struct bpf_func_proto bpf_map_pop_elem_proto = { 181 const struct bpf_func_proto bpf_ktime_get_ns_proto = { 344 const struct bpf_func_proto bpf_spin_lock_proto = { 367 const struct bpf_func_proto bpf_spin_unlock_proto = { 396 const struct bpf_func_proto bpf_jiffies64_proto = { 534 const struct bpf_func_proto bpf_strtol_proto = { 562 const struct bpf_func_proto bpf_strtoul_proto = { 1072 const struct bpf_func_proto bpf_snprintf_proto = { [all …]
|
| H A D | ringbuf.c | 474 const struct bpf_func_proto bpf_ringbuf_reserve_proto = { 516 const struct bpf_func_proto bpf_ringbuf_submit_proto = { 529 const struct bpf_func_proto bpf_ringbuf_discard_proto = { 555 const struct bpf_func_proto bpf_ringbuf_output_proto = { 584 const struct bpf_func_proto bpf_ringbuf_query_proto = { 622 const struct bpf_func_proto bpf_ringbuf_reserve_dynptr_proto = { 643 const struct bpf_func_proto bpf_ringbuf_submit_dynptr_proto = { 662 const struct bpf_func_proto bpf_ringbuf_discard_dynptr_proto = { 794 const struct bpf_func_proto bpf_user_ringbuf_drain_proto = {
|
| H A D | bpf_lsm.c | 155 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 D | core.c | 2937 const struct bpf_func_proto bpf_map_push_elem_proto __weak; 2938 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; 2939 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; 2941 const struct bpf_func_proto bpf_spin_lock_proto __weak; 2942 const struct bpf_func_proto bpf_spin_unlock_proto __weak; 2943 const struct bpf_func_proto bpf_jiffies64_proto __weak; 2948 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; 2960 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; 2962 const struct bpf_func_proto bpf_set_retval_proto __weak; 2963 const struct bpf_func_proto bpf_get_retval_proto __weak; [all …]
|
| H A D | bpf_task_storage.c | 337 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 = {
|
| H A D | stackmap.c | 327 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 D | bpf_inode_storage.c | 211 const struct bpf_func_proto bpf_inode_storage_get_proto = { 222 const struct bpf_func_proto bpf_inode_storage_delete_proto = {
|
| H A D | cgroup.c | 1609 const struct bpf_func_proto bpf_get_local_storage_proto = { 1625 const struct bpf_func_proto bpf_get_retval_proto = { 1640 const struct bpf_func_proto bpf_set_retval_proto = { 1647 static const struct bpf_func_proto * 1650 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto() 2198 static const struct bpf_func_proto * 2201 const struct bpf_func_proto *func_proto; in sysctl_func_proto() 2345 static const struct bpf_func_proto * 2348 const struct bpf_func_proto *func_proto; in cg_sockopt_func_proto() 2558 const struct bpf_func_proto * [all …]
|
| H A D | bpf_cgrp_storage.c | 222 const struct bpf_func_proto bpf_cgrp_storage_get_proto = { 233 const struct bpf_func_proto bpf_cgrp_storage_delete_proto = {
|
| H A D | bpf_iter.c | 370 const struct bpf_func_proto * 374 const struct bpf_func_proto *fn = NULL; in bpf_iter_get_func_proto() 732 const struct bpf_func_proto bpf_for_each_map_elem_proto = { 768 const struct bpf_func_proto bpf_loop_proto = {
|
| H A D | task_iter.c | 786 const struct bpf_func_proto bpf_find_vma_proto = {
|
| H A D | syscall.c | 6025 static const struct bpf_func_proto bpf_sys_bpf_proto = { 6034 const struct bpf_func_proto * __weak 6050 static const struct bpf_func_proto bpf_sys_close_proto = { 6073 static const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = { 6084 static const struct bpf_func_proto *
|
| H A D | verifier.c | 9338 const struct bpf_func_proto *fn, in get_dynptr_arg_reg() 9516 const struct bpf_func_proto *fn, in check_func_arg() 10079 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok() 10116 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok() 10134 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok() 10153 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto() 11214 const struct bpf_func_proto **ptr) in get_helper_proto() 11231 const struct bpf_func_proto *fn = NULL; in check_helper_call() 17220 const struct bpf_func_proto *fn; in get_call_summary() 17494 const struct bpf_func_proto *fp; in visit_insn() [all …]
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 94 static const struct bpf_func_proto * 4904 static const struct bpf_func_proto * 8017 static const struct bpf_func_proto * 8046 static const struct bpf_func_proto * 8139 static const struct bpf_func_proto * 8163 static const struct bpf_func_proto * 8212 static const struct bpf_func_proto * 8349 static const struct bpf_func_proto * 8424 static const struct bpf_func_proto * 8472 static const struct bpf_func_proto * [all …]
|
| H A D | bpf_sk_storage.c | 328 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 D | sock_map.c | 634 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.15/drivers/media/rc/ |
| H A D | bpf-lirc.c | 31 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.15/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 128 static const struct bpf_func_proto bpf_tcp_send_ack_proto = { 151 static const struct bpf_func_proto *
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_bpf_link.c | 319 static const struct bpf_func_proto *
|
| /linux-6.15/net/unix/ |
| H A D | af_unix.c | 3742 static const struct bpf_func_proto *
|