Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Droute.c5306 struct fib6_info *rt_notif = NULL, *rt_last = NULL; in ip6_route_multipath_add() local
5419 if (!rt_notif) in ip6_route_multipath_add()
5420 rt_notif = nh->fib6_info; in ip6_route_multipath_add()
5442 if (ip6_route_mpath_should_notify(rt_notif)) { in ip6_route_multipath_add()
5445 if (rt_notif->fib6_nsiblings != nhn - 1) in ip6_route_multipath_add()
5451 fib_event, rt_notif, in ip6_route_multipath_add()
5461 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add()
5469 if (rt_notif) in ip6_route_multipath_add()
5470 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add()