Searched refs:msgindex (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/core/
H A Drtnetlink.c186 int msgindex = msgtype - RTM_BASE; local
189 * msgindex < 0 implies someone tried to register a netlink
190 * control code. msgindex >= RTM_NR_MSGTYPES may indicate that
193 BUG_ON(msgindex < 0 || msgindex >= RTM_NR_MSGTYPES);
195 return msgindex;
219 int msgindex; local
223 msgindex = rtm_msgindex(msgtype);
236 old = rtnl_dereference(tab[msgindex]);
262 rcu_assign_pointer(tab[msgindex], lin
333 int msgindex; local
365 int msgindex; local
[all...]

Completed in 96 milliseconds