Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Droute.c5401 struct fib6_info *rt_notif = NULL, *rt_last = NULL; in ip6_route_multipath_add() local
5505 if (!rt_notif) in ip6_route_multipath_add()
5506 rt_notif = nh->fib6_info; in ip6_route_multipath_add()
5528 if (ip6_route_mpath_should_notify(rt_notif)) { in ip6_route_multipath_add()
5531 if (rt_notif->fib6_nsiblings != nhn - 1) in ip6_route_multipath_add()
5537 fib_event, rt_notif, in ip6_route_multipath_add()
5547 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add()
5555 if (rt_notif) in ip6_route_multipath_add()
5556 ip6_route_mpath_notify(rt_notif, rt_last, info, nlflags); in ip6_route_multipath_add()