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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Drtnetlink.c104 int msgindex = msgtype - RTM_BASE; local
107 * msgindex < 0 implies someone tried to register a netlink
108 * control code. msgindex >= RTM_NR_MSGTYPES may indicate that
111 BUG_ON(msgindex < 0 || msgindex >= RTM_NR_MSGTYPES);
113 return msgindex;
116 static rtnl_doit_func rtnl_get_doit(int protocol, int msgindex) argument
121 if (tab == NULL || tab[msgindex].doit == NULL)
124 return tab ? tab[msgindex].doit : NULL;
127 static rtnl_dumpit_func rtnl_get_dumpit(int protocol, int msgindex) argument
159 int msgindex; local
213 int msgindex; local
[all...]

Completed in 92 milliseconds