Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dnexthop.h320 if (nhc_l3mdev_matches_dev(&nhi->fib_nhc, dev)) in nexthop_uses_dev()
325 if (nhc_l3mdev_matches_dev(&nhi->fib_nhc, dev)) in nexthop_uses_dev()
H A Dip_fib.h450 static inline bool nhc_l3mdev_matches_dev(const struct fib_nh_common *nhc, in nhc_l3mdev_matches_dev() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_frontend.c320 if (nhc_l3mdev_matches_dev(nhc, dev)) { in fib_info_nh_uses_dev()