Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dfib_lookup.h61 extern const struct fib_prop fib_props[RTN_MAX + 1];
H A Dfib_semantics.c88 const struct fib_prop fib_props[RTN_MAX + 1] = {
1365 if (cfg->fc_type > RTN_MAX) in fib_create_info()
H A Dfib_frontend.c771 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config()
/linux-6.15/include/uapi/linux/
H A Drtnetlink.h279 #define RTN_MAX (__RTN_MAX - 1) macro
/linux-6.15/net/ipv6/
H A Droute.c1078 static const int fib6_prop[RTN_MAX + 1] = {
3755 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create()