Searched refs:msgindex (Results 1 – 1 of 1) sorted by relevance
361 int msgindex = msgtype - RTM_BASE; in rtm_msgindex() local368 BUG_ON(msgindex < 0 || msgindex >= RTM_NR_MSGTYPES); in rtm_msgindex()370 return msgindex; in rtm_msgindex()394 int msgindex; in rtnl_register_internal() local398 msgindex = rtm_msgindex(msgtype); in rtnl_register_internal()411 old = rtnl_dereference(tab[msgindex]); in rtnl_register_internal()437 rcu_assign_pointer(tab[msgindex], link); in rtnl_register_internal()457 int msgindex; in rtnl_unregister() local460 msgindex = rtm_msgindex(msgtype); in rtnl_unregister()469 link = rcu_replace_pointer_rtnl(tab[msgindex], NULL); in rtnl_unregister()[all …]