Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dnexthop.h111 int register_nexthop_notifier(struct net *net, struct notifier_block *nb);
/Linux-v5.10/net/ipv4/
Dnexthop.c1960 int register_nexthop_notifier(struct net *net, struct notifier_block *nb) in register_nexthop_notifier() function
1965 EXPORT_SYMBOL(register_nexthop_notifier);
/Linux-v5.10/drivers/net/
Dvxlan.c4716 return register_nexthop_notifier(net, &vxlan_nexthop_notifier_block); in vxlan_init_net()