Home
last modified time | relevance | path

Searched refs:__rtnl_af_unregister (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/net/
Drtnetlink.h136 void __rtnl_af_unregister(struct rtnl_af_ops *ops);
/linux-4.4.14/net/core/
Drtnetlink.c482 void __rtnl_af_unregister(struct rtnl_af_ops *ops) in __rtnl_af_unregister() function
486 EXPORT_SYMBOL_GPL(__rtnl_af_unregister);
495 __rtnl_af_unregister(ops); in rtnl_af_unregister()
/linux-4.4.14/net/ipv6/
Daddrconf.c5996 __rtnl_af_unregister(&inet6_ops); in addrconf_cleanup()