Searched refs:unregister_nexthop_notifier (Results 1 – 3 of 3) sorted by relevance
112 int unregister_nexthop_notifier(struct net *net, struct notifier_block *nb);
1980 int unregister_nexthop_notifier(struct net *net, struct notifier_block *nb) in unregister_nexthop_notifier() function1985 EXPORT_SYMBOL(unregister_nexthop_notifier);
4759 unregister_nexthop_notifier(net, &vxlan_nexthop_notifier_block); in vxlan_exit_batch_net()