Searched refs:call_nexthop_notifiers (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv4/
H A Dnexthop.c237 static int call_nexthop_notifiers(struct net *net, function
2049 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, nhp,
2136 call_nexthop_notifiers(net, NEXTHOP_EVENT_DEL, nh, NULL);
2206 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new,
2339 return call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE,
2365 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new, extack);
2426 call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, old, extack);
2606 rc = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new_nh, extack);

Completed in 300 milliseconds