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

/net/core/
H A Drtnetlink.c105 static inline int rtm_msgindex(int msgtype) argument
107 int msgindex = msgtype - RTM_BASE;
167 * @msgtype: rtnetlink message type
182 int __rtnl_register(int protocol, int msgtype, argument
190 msgindex = rtm_msgindex(msgtype);
223 void rtnl_register(int protocol, int msgtype, argument
227 if (__rtnl_register(protocol, msgtype, doit, dumpit, calcit) < 0)
230 protocol, msgtype);
237 * @msgtype: rtnetlink message type
241 int rtnl_unregister(int protocol, int msgtype) argument
[all...]

Completed in 19 milliseconds