Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c13079 enum btf_field_type node_field_type, in check_kfunc_is_graph_node_api() argument
13084 switch (node_field_type) { in check_kfunc_is_graph_node_api()
13097 btf_field_type_name(node_field_type)); in check_kfunc_is_graph_node_api()
13103 btf_field_type_name(node_field_type)); in check_kfunc_is_graph_node_api()
13179 enum btf_field_type node_field_type, in __process_kf_arg_ptr_to_graph_node() argument
13192 if (!check_kfunc_is_graph_node_api(env, node_field_type, meta->func_id)) in __process_kf_arg_ptr_to_graph_node()
13195 node_type_name = btf_field_type_name(node_field_type); in __process_kf_arg_ptr_to_graph_node()
13204 field = reg_find_field_offset(reg, node_off, node_field_type); in __process_kf_arg_ptr_to_graph_node()
13219 btf_field_type_name(node_field_type), in __process_kf_arg_ptr_to_graph_node()
13230 node_off, btf_field_type_name(node_field_type), in __process_kf_arg_ptr_to_graph_node()