Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv6/
Droute.c530 struct fib6_info *spf6i; in rt6_device_match() local
545 for (spf6i = f6i; spf6i; spf6i = rcu_dereference(spf6i->fib6_next)) { in rt6_device_match()
548 if (unlikely(spf6i->nh)) { in rt6_device_match()
549 nh = rt6_nh_dev_match(net, spf6i->nh, res, saddr, in rt6_device_match()
554 nh = spf6i->fib6_nh; in rt6_device_match()
559 res->f6i = spf6i; in rt6_device_match()