Searched refs:fib_info_nh_uses_dev (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/ipv4/netfilter/
H A Dipt_rpfilter.c44 return fib_info_nh_uses_dev(res.fi, dev) || flags & XT_RPFILTER_LOOSE;
H A Dnft_fib_ipv4.c144 if (!fib_info_nh_uses_dev(res.fi, oif))
/linux-master/net/ipv4/
H A Dfib_frontend.c309 bool fib_info_nh_uses_dev(struct fib_info *fi, const struct net_device *dev) function
334 EXPORT_SYMBOL_GPL(fib_info_nh_uses_dev); variable
385 dev_match = fib_info_nh_uses_dev(res.fi, dev);
H A Dfib_trie.c2307 !fib_info_nh_uses_dev(fi, filter->dev))
/linux-master/include/net/
H A Dip_fib.h442 bool fib_info_nh_uses_dev(struct fib_info *fi, const struct net_device *dev);

Completed in 142 milliseconds