Searched refs:calcit (Results 1 – 1 of 1) sorted by relevance
63 rtnl_calcit_func calcit; member161 if (tab == NULL || tab[msgindex].calcit == NULL) in rtnl_get_calcit()164 return tab[msgindex].calcit; in rtnl_get_calcit()187 rtnl_calcit_func calcit) in __rtnl_register() argument210 if (calcit) in __rtnl_register()211 tab[msgindex].calcit = calcit; in __rtnl_register()228 rtnl_calcit_func calcit) in rtnl_register() argument230 if (__rtnl_register(protocol, msgtype, doit, dumpit, calcit) < 0) in rtnl_register()3378 rtnl_calcit_func calcit; in rtnetlink_rcv_msg() local3384 calcit = rtnl_get_calcit(family, type); in rtnetlink_rcv_msg()[all …]