Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnexthop.h249 int register_nexthop_notifier(struct net *net, struct notifier_block *nb,
/linux/net/ipv4/
H A Dnexthop.c4039 int register_nexthop_notifier(struct net *net, struct notifier_block *nb, in register_nexthop_notifier() function
4054 EXPORT_SYMBOL(register_nexthop_notifier);
/linux/drivers/net/vxlan/
H A Dvxlan_core.c4928 return register_nexthop_notifier(net, &vn->nexthop_notifier_block, in vxlan_init_net()