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.c65 #define RTNL_MAX_TYPE 50 macro
603 if (WARN_ON(ops->maxtype > RTNL_MAX_TYPE || in rtnl_link_register()
3710 struct nlattr *attr[RTNL_MAX_TYPE + 1];
4013 if (ops->maxtype > RTNL_MAX_TYPE) { in rtnl_newlink()