Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c189 #define for_each_member_from(i, from, struct_type, member) \ argument
190 for (i = from, member = btf_type_member(struct_type) + from; \
191 i < btf_type_vlen(struct_type); \
194 #define for_each_vsi_from(i, from, struct_type, member) \ argument
195 for (i = from, member = btf_type_var_secinfo(struct_type) + from; \
196 i < btf_type_vlen(struct_type); \
413 const struct btf_type *struct_type,
417 const struct btf_type *struct_type,
1442 const struct btf_type *struct_type, in btf_verifier_log_member() argument
1469 btf_verifier_log_type(env, struct_type, NULL); in btf_verifier_log_member()
[all …]