Searched refs:fib_props (Results 1 – 4 of 4) sorted by relevance
60 extern const struct fib_prop fib_props[RTN_MAX + 1];
1587 err = fib_props[fa->fa_type].error; in fib_table_lookup()1601 err = fib_props[RTN_BLACKHOLE].error; in fib_table_lookup()2071 !fib_props[fa->fa_type].error)) { in fib_table_flush()2079 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()
97 const struct fib_prop fib_props[RTN_MAX + 1] = { variable1418 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()1522 if (fib_props[cfg->fc_type].error) { in fib_create_info()
3406 err = fib_props[res.type].error; in inet_rtm_getroute()