net/ipv4/nexthop.c
2093
err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, nhp,
net/ipv4/nexthop.c
2214
call_nexthop_notifiers(net, NEXTHOP_EVENT_DEL, nh, NULL);
net/ipv4/nexthop.c
2296
err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new,
net/ipv4/nexthop.c
2429
return call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE,
net/ipv4/nexthop.c
2462
err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new, extack);
net/ipv4/nexthop.c
2523
call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, old, extack);
net/ipv4/nexthop.c
2705
rc = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new_nh, extack);