Searched refs:RTNL_FAMILY_MAX (Results 1 – 2 of 2) sorted by relevance
101 static struct rtnl_link *rtnl_msg_handlers[RTNL_FAMILY_MAX + 1];121 if (protocol <= RTNL_FAMILY_MAX) in rtnl_get_doit()136 if (protocol <= RTNL_FAMILY_MAX) in rtnl_get_dumpit()170 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX); in __rtnl_register()222 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX); in rtnl_unregister()244 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX); in rtnl_unregister_all()1827 for (idx = 1; idx <= RTNL_FAMILY_MAX; idx++) { in rtnl_dump_all()
15 #define RTNL_FAMILY_MAX 129 macro