Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dhelpers.c36 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
83 const struct bpf_func_proto bpf_map_push_elem_proto = {
98 const struct bpf_func_proto bpf_map_pop_elem_proto = {
153 const struct bpf_func_proto bpf_ktime_get_ns_proto = {
307 const struct bpf_func_proto bpf_spin_lock_proto = {
329 const struct bpf_func_proto bpf_spin_unlock_proto = {
357 const struct bpf_func_proto bpf_jiffies64_proto = {
529 const struct bpf_func_proto bpf_strtol_proto = {
557 const struct bpf_func_proto bpf_strtoul_proto = {
1007 const struct bpf_func_proto bpf_snprintf_proto = {
[all …]
A Dcore.c2347 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2350 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2351 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2352 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2353 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2354 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2355 const struct bpf_func_proto bpf_jiffies64_proto __weak;
2360 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
2371 const struct bpf_func_proto bpf_snprintf_btf_proto __weak;
2372 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak;
[all …]
A 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 = {
A 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 = {
102 static const struct bpf_func_proto *
A Dstackmap.c361 const struct bpf_func_proto bpf_get_stackid_proto = {
430 const struct bpf_func_proto bpf_get_stackid_proto_pe = {
514 const struct bpf_func_proto bpf_get_stack_proto = {
540 const struct bpf_func_proto bpf_get_task_stack_proto = {
604 const struct bpf_func_proto bpf_get_stack_proto_pe = {
A Dbpf_inode_storage.c261 const struct bpf_func_proto bpf_inode_storage_get_proto = {
272 const struct bpf_func_proto bpf_inode_storage_delete_proto = {
A Dcgroup.c1215 static const struct bpf_func_proto *
1232 static const struct bpf_func_proto *
1700 static const struct bpf_func_proto bpf_sysctl_get_name_proto = {
1742 static const struct bpf_func_proto bpf_sysctl_get_current_value_proto = {
1762 static const struct bpf_func_proto bpf_sysctl_get_new_value_proto = {
1787 static const struct bpf_func_proto bpf_sysctl_set_new_value_proto = {
1796 static const struct bpf_func_proto *
1925 static const struct bpf_func_proto bpf_get_netns_cookie_sockopt_proto = {
1933 static const struct bpf_func_proto *
A Dbpf_task_storage.c320 const struct bpf_func_proto bpf_task_storage_get_proto = {
331 const struct bpf_func_proto bpf_task_storage_delete_proto = {
A Dbpf_iter.c363 const struct bpf_func_proto *
367 const struct bpf_func_proto *fn = NULL; in bpf_iter_get_func_proto()
708 const struct bpf_func_proto bpf_for_each_map_elem_proto = {
A Dsyscall.c4770 static const struct bpf_func_proto bpf_sys_bpf_proto = {
4779 const struct bpf_func_proto * __weak
4795 static const struct bpf_func_proto bpf_sys_close_proto = {
4817 const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = {
4827 static const struct bpf_func_proto *
A Dverifier.c5194 const struct bpf_func_proto *fn) in check_func_arg()
5706 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
5737 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
5755 static bool check_refcount_ok(const struct bpf_func_proto *fn, int func_id) in check_refcount_ok()
5782 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
5797 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
6387 const struct bpf_func_proto *fn = NULL; in check_helper_call()
12890 const struct bpf_func_proto *fn; in do_misc_fixups()
A Dbtf.c6335 const struct bpf_func_proto bpf_btf_find_by_name_kind_proto = {
/linux/include/linux/
A Dbpf.h368 struct bpf_func_proto { struct
500 const struct bpf_func_proto *
1514 typedef const struct bpf_func_proto *
1552 const struct bpf_func_proto *
1923 static inline const struct bpf_func_proto *
2102 extern const struct bpf_func_proto bpf_tail_call_proto;
2124 extern const struct bpf_func_proto bpf_strtol_proto;
2125 extern const struct bpf_func_proto bpf_strtoul_proto;
2126 extern const struct bpf_func_proto bpf_tcp_sock_proto;
2143 extern const struct bpf_func_proto bpf_snprintf_proto;
[all …]
A 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/kernel/trace/
A Dbpf_trace.c169 const struct bpf_func_proto bpf_probe_read_user_proto = {
778 const struct bpf_func_proto bpf_task_pt_regs_proto = {
942 static const struct bpf_func_proto bpf_d_path_proto = {
1001 const struct bpf_func_proto bpf_snprintf_btf_proto = {
1094 static const struct bpf_func_proto *
1216 static const struct bpf_func_proto *
1334 static const struct bpf_func_proto *
1439 static const struct bpf_func_proto *
1573 static const struct bpf_func_proto *
1588 const struct bpf_func_proto *
[all …]
/linux/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/net/core/
A Dfilter.c82 static const struct bpf_func_proto *
4404 static const struct bpf_func_proto *
7132 static const struct bpf_func_proto *
7172 static const struct bpf_func_proto *
7266 static const struct bpf_func_proto *
7288 static const struct bpf_func_proto *
7333 static const struct bpf_func_proto *
7456 static const struct bpf_func_proto *
7502 static const struct bpf_func_proto *
7546 static const struct bpf_func_proto *
[all …]
A Dbpf_sk_storage.c354 const struct bpf_func_proto bpf_sk_storage_get_proto = {
364 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto = {
374 const struct bpf_func_proto bpf_sk_storage_delete_proto = {
434 const struct bpf_func_proto bpf_sk_storage_get_tracing_proto = {
446 const struct bpf_func_proto bpf_sk_storage_delete_tracing_proto = {
A Dsock_map.c620 const struct bpf_func_proto bpf_sock_map_update_proto = {
647 const struct bpf_func_proto bpf_sk_redirect_map_proto = {
674 const struct bpf_func_proto bpf_msg_redirect_map_proto = {
1204 const struct bpf_func_proto bpf_sock_hash_update_proto = {
1231 const struct bpf_func_proto bpf_sk_redirect_hash_proto = {
1258 const struct bpf_func_proto bpf_msg_redirect_hash_proto = {
/linux/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/net/ipv4/
A Dbpf_tcp_ca.c152 static const struct bpf_func_proto bpf_tcp_send_ack_proto = {
175 static const struct bpf_func_proto *
A Dtcp_ipv4.c3284 static const struct bpf_func_proto *

Completed in 104 milliseconds