Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dnexthop.c237 static int call_nexthop_notifiers(struct net *net, in call_nexthop_notifiers() function
2062 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, nhp, in remove_nh_grp_entry()
2149 call_nexthop_notifiers(net, NEXTHOP_EVENT_DEL, nh, NULL); in remove_nexthop()
2219 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new, in replace_nexthop_grp()
2352 return call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, in replace_nexthop_single_notify()
2378 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new, extack); in replace_nexthop_single()
2439 call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, old, extack); in replace_nexthop_single()
2619 rc = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new_nh, extack); in insert_nexthop()