Searched refs:fib_props (Results 1 – 4 of 4) sorted by relevance
59 extern const struct fib_prop fib_props[RTN_MAX + 1];
1542 err = fib_props[fa->fa_type].error; in fib_table_lookup()1556 err = fib_props[RTN_BLACKHOLE].error; in fib_table_lookup()2026 !fib_props[fa->fa_type].error)) { in fib_table_flush()2034 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()
96 const struct fib_prop fib_props[RTN_MAX + 1] = { variable1412 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()1516 if (fib_props[cfg->fc_type].error) { in fib_create_info()
3318 err = fib_props[res.type].error; in inet_rtm_getroute()