Searched refs:msgindex (Results 1 – 1 of 1) sorted by relevance
355 int msgindex = msgtype - RTM_BASE; in rtm_msgindex() local362 BUG_ON(msgindex < 0 || msgindex >= RTM_NR_MSGTYPES); in rtm_msgindex()364 return msgindex; in rtm_msgindex()388 int msgindex; in rtnl_register_internal() local392 msgindex = rtm_msgindex(msgtype); in rtnl_register_internal()405 old = rtnl_dereference(tab[msgindex]); in rtnl_register_internal()431 rcu_assign_pointer(tab[msgindex], link); in rtnl_register_internal()451 int msgindex; in rtnl_unregister() local454 msgindex = rtm_msgindex(msgtype); in rtnl_unregister()463 link = rcu_replace_pointer_rtnl(tab[msgindex], NULL); in rtnl_unregister()[all …]