Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dfib_lookup.h59 extern const struct fib_prop fib_props[RTN_MAX + 1];
Dfib_trie.c1542 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()
Dfib_semantics.c96 const struct fib_prop fib_props[RTN_MAX + 1] = { variable
1412 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()
Droute.c3318 err = fib_props[res.type].error; in inet_rtm_getroute()