Home
last modified time | relevance | path

Searched refs:__rt6_device_match (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c463 static bool __rt6_device_match(struct net *net, const struct fib6_nh *nh, in __rt6_device_match() function
497 return __rt6_device_match(arg->net, nh, arg->saddr, arg->oif, in __rt6_nh_dev_match()
552 if (__rt6_device_match(net, nh, saddr, oif, flags)) in rt6_device_match()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c467 static bool __rt6_device_match(struct net *net, const struct fib6_nh *nh, in __rt6_device_match() function
501 return __rt6_device_match(arg->net, nh, arg->saddr, arg->oif, in __rt6_nh_dev_match()
556 if (__rt6_device_match(net, nh, saddr, oif, flags)) in rt6_device_match()

Completed in 17 milliseconds