Home
last modified time | relevance | path

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

/linux/tools/net/ynl/lib/
H A Dynl.c137 const struct ynl_policy_nest *next_pol; in ynl_err_walk() local
177 next_pol = ynl_err_walk_sel_policy(&policy->table[type], selector); in ynl_err_walk()
178 if (!next_pol) in ynl_err_walk()
183 *nest_pol = next_pol; in ynl_err_walk()
187 if (!next_pol) { in ynl_err_walk()
197 return n + ynl_err_walk(ys, start, end, off, next_pol, in ynl_err_walk()