Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dnexthop.h112 int unregister_nexthop_notifier(struct net *net, struct notifier_block *nb);
/Linux-v5.10/net/ipv4/
Dnexthop.c1967 int unregister_nexthop_notifier(struct net *net, struct notifier_block *nb) in unregister_nexthop_notifier() function
1972 EXPORT_SYMBOL(unregister_nexthop_notifier);
/Linux-v5.10/drivers/net/
Dvxlan.c4749 unregister_nexthop_notifier(net, &vxlan_nexthop_notifier_block); in vxlan_exit_batch_net()