Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Droute.c569 struct fib6_info *spf6i; in rt6_device_match() local
584 for (spf6i = f6i; spf6i; spf6i = rcu_dereference(spf6i->fib6_next)) { in rt6_device_match()
587 if (unlikely(spf6i->nh)) { in rt6_device_match()
588 nh = rt6_nh_dev_match(net, spf6i->nh, res, saddr, in rt6_device_match()
593 nh = spf6i->fib6_nh; in rt6_device_match()
598 res->f6i = spf6i; in rt6_device_match()