Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Drtnetlink.c106 static struct rtnl_link *rtnl_msg_handlers[RTNL_FAMILY_MAX + 1];
126 if (protocol <= RTNL_FAMILY_MAX) in rtnl_get_doit()
141 if (protocol <= RTNL_FAMILY_MAX) in rtnl_get_dumpit()
156 if (protocol <= RTNL_FAMILY_MAX) in rtnl_get_calcit()
192 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX); in __rtnl_register()
248 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX); in rtnl_unregister()
270 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX); in rtnl_unregister_all()
2498 for (idx = 1; idx <= RTNL_FAMILY_MAX; idx++) { in rtnl_dump_all()
/linux-4.4.14/include/uapi/linux/
Drtnetlink.h15 #define RTNL_FAMILY_MAX 129 macro