Home
last modified time | relevance | path

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

/net/ipv6/
Droute.c528 struct fib6_info *spf6i; in rt6_device_match() local
543 for (spf6i = f6i; spf6i; spf6i = rcu_dereference(spf6i->fib6_next)) { in rt6_device_match()
546 if (unlikely(spf6i->nh)) { in rt6_device_match()
547 nh = rt6_nh_dev_match(net, spf6i->nh, res, saddr, in rt6_device_match()
552 nh = spf6i->fib6_nh; in rt6_device_match()
557 res->f6i = spf6i; in rt6_device_match()