Searched refs:fib_props (Results 1 – 4 of 4) sorted by relevance
61 extern const struct fib_prop fib_props[RTN_MAX + 1];
1591 err = fib_props[fa->fa_type].error; in fib_table_lookup()1605 err = fib_props[RTN_BLACKHOLE].error; in fib_table_lookup()2079 !fib_props[fa->fa_type].error)) { in fib_table_flush()2087 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()
99 const struct fib_prop fib_props[RTN_MAX + 1] = { variable1399 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()1502 if (fib_props[cfg->fc_type].error) { in fib_create_info()
3388 err = fib_props[res.type].error; in inet_rtm_getroute()