Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c12677 enum btf_field_type node_field_type, in check_kfunc_is_graph_node_api() argument
12682 switch (node_field_type) { in check_kfunc_is_graph_node_api()
12693 btf_field_type_name(node_field_type)); in check_kfunc_is_graph_node_api()
12699 btf_field_type_name(node_field_type)); in check_kfunc_is_graph_node_api()
12775 enum btf_field_type node_field_type, in __process_kf_arg_ptr_to_graph_node() argument
12788 if (!check_kfunc_is_graph_node_api(env, node_field_type, meta->func_id)) in __process_kf_arg_ptr_to_graph_node()
12791 node_type_name = btf_field_type_name(node_field_type); in __process_kf_arg_ptr_to_graph_node()
12800 field = reg_find_field_offset(reg, node_off, node_field_type); in __process_kf_arg_ptr_to_graph_node()
12815 btf_field_type_name(node_field_type), in __process_kf_arg_ptr_to_graph_node()
12826 node_off, btf_field_type_name(node_field_type), in __process_kf_arg_ptr_to_graph_node()