Searched refs:datasec_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbtf.h242 #define for_each_vsi(i, datasec_type, member) \
243 for (i = 0, member = btf_type_var_secinfo(datasec_type); \
244 i < btf_type_vlen(datasec_type); \
/linux-master/tools/lib/bpf/
H A Dlibbpf.c10032 struct btf_type *datasec_type, *var_type; local
10045 datasec_type = btf_type_by_id(btf, bpf_map__btf_value_type_id(map));
10046 if (!btf_is_datasec(datasec_type)) {
10053 vlen = btf_vlen(datasec_type);
10061 var = &btf_var_secinfos(datasec_type)[vlen - 1];
10088 datasec_type = btf_type_by_id(btf, map->btf_value_type_id);
10089 var = &btf_var_secinfos(datasec_type)[vlen - 1];
10093 datasec_type->size = size;
/linux-master/kernel/bpf/
H A Dbtf.c1534 const struct btf_type *datasec_type,
1546 btf_verifier_log_type(env, datasec_type, NULL);
1533 btf_verifier_log_vsi(struct btf_verifier_env *env, const struct btf_type *datasec_type, const struct btf_var_secinfo *vsi, const char *fmt, ...) argument

Completed in 148 milliseconds