Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Drtnetlink.h201 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE) macro
202 #define RTM_NR_FAMILIES (RTM_NR_MSGTYPES >> 2)
/linux-6.1.9/net/core/
Drtnetlink.c188 BUG_ON(msgindex < 0 || msgindex >= RTM_NR_MSGTYPES); in rtm_msgindex()
223 tab = kcalloc(RTM_NR_MSGTYPES, sizeof(void *), GFP_KERNEL); in rtnl_register_internal()
372 for (msgindex = 0; msgindex < RTM_NR_MSGTYPES; msgindex++) { in rtnl_unregister_all()
3867 if (type < 0 || type >= RTM_NR_MSGTYPES) in rtnl_dump_all()