Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h924 struct bpf_func_proto { struct
1100 const struct bpf_func_proto *
2333 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
2334 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
2336 const struct bpf_func_proto *bpf_get_perf_event_read_value_proto(void);
2842 typedef const struct bpf_func_proto *
2880 const struct bpf_func_proto *
3032 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id,
3309 static inline const struct bpf_func_proto *
3653 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
[all …]
/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/net/core/
H A Dfilter.c93 static const struct bpf_func_proto *
1731 static const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1768 static const struct bpf_func_proto bpf_skb_load_bytes_proto = {
1807 static const struct bpf_func_proto bpf_flow_dissector_load_bytes_proto = {
1851 static const struct bpf_func_proto bpf_skb_load_bytes_relative_proto = {
1876 static const struct bpf_func_proto bpf_skb_pull_data_proto = {
1889 static const struct bpf_func_proto bpf_sk_fullsock_proto = {
1916 static const struct bpf_func_proto sk_skb_pull_data_proto = {
1957 static const struct bpf_func_proto bpf_l3_csum_replace_proto = {
2011 static const struct bpf_func_proto bpf_l4_csum_replace_proto = {
[all …]
/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/kernel/bpf/
H A Dcore.c3077 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
3078 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
3079 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
3080 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
3081 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
3082 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
3083 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
3084 const struct bpf_func_proto bpf_spin_lock_proto __weak;
3085 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
3086 const struct bpf_func_proto bpf_jiffies64_proto __weak;
[all …]
H A Dcgroup.c1775 const struct bpf_func_proto bpf_get_local_storage_proto = {
1791 const struct bpf_func_proto bpf_get_retval_proto = {
1806 const struct bpf_func_proto bpf_set_retval_proto = {
1813 static const struct bpf_func_proto *
1816 const struct bpf_func_proto *func_proto; in cgroup_dev_func_proto()
2264 static const struct bpf_func_proto bpf_sysctl_get_name_proto = {
2306 static const struct bpf_func_proto bpf_sysctl_get_current_value_proto = {
2326 static const struct bpf_func_proto bpf_sysctl_get_new_value_proto = {
2351 static const struct bpf_func_proto bpf_sysctl_set_new_value_proto = {
2360 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()
717 const struct bpf_func_proto bpf_for_each_map_elem_proto = {
753 const struct bpf_func_proto bpf_loop_proto = {
H A Dsyscall.c6444 static const struct bpf_func_proto bpf_sys_bpf_proto = {
6453 const struct bpf_func_proto * __weak
6469 static const struct bpf_func_proto bpf_sys_close_proto = {
6492 static const struct bpf_func_proto bpf_kallsyms_lookup_name_proto = {
6503 static const struct bpf_func_proto *
H A Dverifier.c8296 const struct bpf_func_proto *fn, in get_dynptr_arg_reg()
8479 const struct bpf_func_proto *fn, in check_func_arg()
9044 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
9066 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid()
9081 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
9099 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
9118 static bool check_mem_arg_rw_flag_ok(const struct bpf_func_proto *fn) in check_mem_arg_rw_flag_ok()
9134 static int check_func_proto(const struct bpf_func_proto *fn) in check_func_proto()
10227 const struct bpf_func_proto **ptr) in bpf_get_helper_proto()
10267 const struct bpf_func_proto *fn = NULL; in check_helper_call()
[all …]
H A Dbtf.c8577 const struct bpf_func_proto bpf_btf_find_by_name_kind_proto = {
/linux/net/netfilter/
H A Dnf_bpf_link.c323 static const struct bpf_func_proto *
/linux/net/unix/
H A Daf_unix.c3911 static const struct bpf_func_proto *
/linux/net/ipv4/
H A Dtcp_ipv4.c3603 static const struct bpf_func_proto *