Home
last modified time | relevance | path

Searched refs:__RTN_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Drtnetlink.h194 __RTN_MAX enumerator
197 #define RTN_MAX (__RTN_MAX - 1)
/linux-3.4.99/net/ipv4/
Dfib_trie.c2336 static const char *const rtn_type_names[__RTN_MAX] = {
2353 if (t < __RTN_MAX && rtn_type_names[t]) in rtn_type()