Searched refs:fib_props (Results 1 – 4 of 4) sorted by relevance
61 extern const struct fib_prop fib_props[RTN_MAX + 1];
1590 err = fib_props[fa->fa_type].error; in fib_table_lookup()1604 err = fib_props[RTN_BLACKHOLE].error; in fib_table_lookup()2076 !fib_props[fa->fa_type].error)) { in fib_table_flush()2084 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()
99 const struct fib_prop fib_props[RTN_MAX + 1] = { variable1394 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()1498 if (fib_props[cfg->fc_type].error) { in fib_create_info()
3394 err = fib_props[res.type].error; in inet_rtm_getroute()