Searched refs:node_type_name (Results 1 - 2 of 2) sorted by path

/linux-master/kernel/bpf/
H A Dbtf.c3740 const char *node_type_name,
3763 if (strcmp(node_type_name, __btf_name_by_offset(btf, n->name_off)))
3737 btf_parse_graph_root(const struct btf *btf, struct btf_field *field, struct btf_field_info *info, const char *node_type_name, size_t node_type_align) argument
H A Dverifier.c11620 const char *node_type_name; local
11633 node_type_name = btf_field_type_name(node_field_type);
11637 regno, node_type_name);
11644 verbose(env, "%s not found at offset=%u\n", node_type_name, node_off);

Completed in 276 milliseconds