Searched refs:call_nexthop_notifiers (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | nexthop.c | 223 static int call_nexthop_notifiers(struct net *net, in call_nexthop_notifiers() function 1822 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, nhp, in remove_nh_grp_entry() 1909 call_nexthop_notifiers(net, NEXTHOP_EVENT_DEL, nh, NULL); in remove_nexthop() 1979 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new, in replace_nexthop_grp() 2112 return call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, in replace_nexthop_single_notify() 2138 err = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new, extack); in replace_nexthop_single() 2199 call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, old, extack); in replace_nexthop_single() 2379 rc = call_nexthop_notifiers(net, NEXTHOP_EVENT_REPLACE, new_nh, extack); in insert_nexthop()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 39 static int call_nexthop_notifiers(struct net *net, in call_nexthop_notifiers() function 911 call_nexthop_notifiers(net, NEXTHOP_EVENT_DEL, nh); in remove_nexthop()
|
Completed in 8 milliseconds