net/ipv4/nexthop.c
2088
err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, nhp,
net/ipv4/nexthop.c
2199
call_nexthop_notifiers(net, NEXTHOP_EVENT_DEL, nh, NULL);
net/ipv4/nexthop.c
2269
err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new,
net/ipv4/nexthop.c
2402
return call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE,
net/ipv4/nexthop.c
2435
err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new, extack);
net/ipv4/nexthop.c
2496
call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, old, extack);
net/ipv4/nexthop.c
2676
rc = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new_nh, extack);