Home
last modified time | relevance | path

Searched refs:RTN_MAX (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dfib_lookup.h61 extern const struct fib_prop fib_props[RTN_MAX + 1];
H A Dfib_semantics.c99 const struct fib_prop fib_props[RTN_MAX + 1] = {
1395 if (cfg->fc_type > RTN_MAX) in fib_create_info()
H A Dfib_frontend.c765 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h271 #define RTN_MAX (__RTN_MAX - 1) macro
/openbmc/linux/net/ipv6/
H A Droute.c1036 static const int fib6_prop[RTN_MAX + 1] = {
3711 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create()