Searched refs:msgindex (Results 1 – 1 of 1) sorted by relevance
346 int msgindex = msgtype - RTM_BASE; in rtm_msgindex() local353 BUG_ON(msgindex < 0 || msgindex >= RTM_NR_MSGTYPES); in rtm_msgindex()355 return msgindex; in rtm_msgindex()379 int msgindex; in rtnl_register_internal() local383 msgindex = rtm_msgindex(msgtype); in rtnl_register_internal()396 old = rtnl_dereference(tab[msgindex]); in rtnl_register_internal()422 rcu_assign_pointer(tab[msgindex], link); in rtnl_register_internal()442 int msgindex; in rtnl_unregister() local445 msgindex = rtm_msgindex(msgtype); in rtnl_unregister()454 link = rcu_replace_pointer_rtnl(tab[msgindex], NULL); in rtnl_unregister()[all …]