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

/linux-master/kernel/bpf/
H A Dbtf.c499 static bool btf_type_is_fwd(const struct btf_type *t) function
516 return btf_type_is_void(t) || btf_type_is_fwd(t) ||
2630 !btf_type_is_fwd(next_type) &&
2733 !btf_type_is_fwd(next_type) &&
7038 (btf_type_is_fwd(t) && btf_type_kflag(t) == 0)) {

Completed in 123 milliseconds