Home
last modified time | relevance | path

Searched refs:bpf_func_proto (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h350 struct bpf_func_proto { struct
470 const struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id, const struct bpf_prog *prog);
1019 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1448 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id);
1623 static inline const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id) in bpf_base_func_proto()
1759 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
1760 extern const struct bpf_func_proto bpf_map_update_elem_proto;
1761 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
1762 extern const struct bpf_func_proto bpf_map_push_elem_proto;
1763 extern const struct bpf_func_proto bpf_map_pop_elem_prot
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c4410 const struct bpf_func_proto *fn) in check_func_arg()
4865 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
4898 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
4916 static bool check_refcount_ok(const struct bpf_func_proto *fn, int func_id) in check_refcount_ok()
4949 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok()
4966 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto()
5308 const struct bpf_func_proto *fn = NULL; in check_helper_call()
11229 const struct bpf_func_proto *fn; in fixup_bpf_calls()

Completed in 20 milliseconds