Home
last modified time | relevance | path

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

/linux/net/core/
H A Drtnetlink.c64 #define RTNL_MAX_TYPE 50 macro
597 if (WARN_ON(ops->maxtype > RTNL_MAX_TYPE || in rtnl_link_register()
3667 struct nlattr *attr[RTNL_MAX_TYPE + 1];
3963 if (ops->maxtype > RTNL_MAX_TYPE) { in rtnl_newlink()