Home
last modified time | relevance | path

Searched refs:btf_field_type_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dverifier.c5449 btf_field_type_name(field->type)); in check_map_access()
11088 btf_field_type_name(head_field_type)); in check_kfunc_is_graph_root_api()
11094 btf_field_type_name(head_field_type)); in check_kfunc_is_graph_root_api()
11115 btf_field_type_name(node_field_type)); in check_kfunc_is_graph_node_api()
11121 btf_field_type_name(node_field_type)); in check_kfunc_is_graph_node_api()
11145 head_type_name = btf_field_type_name(head_field_type); in __process_kf_arg_ptr_to_graph_root()
11213 node_type_name = btf_field_type_name(node_field_type); in __process_kf_arg_ptr_to_graph_node()
11236 btf_field_type_name(head_field_type), in __process_kf_arg_ptr_to_graph_node()
11237 btf_field_type_name(node_field_type), in __process_kf_arg_ptr_to_graph_node()
11248 node_off, btf_field_type_name(node_field_type), in __process_kf_arg_ptr_to_graph_node()
H A Dbtf.c6412 btf_field_type_name(field->type)); in btf_struct_access()
/openbmc/linux/include/linux/
H A Dbpf.h304 static inline const char *btf_field_type_name(enum btf_field_type type) in btf_field_type_name() function