Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
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()
Dip_fib.h450 static inline bool nhc_l3mdev_matches_dev(const struct fib_nh_common *nhc, in nhc_l3mdev_matches_dev() function
/kernel/linux/linux-5.10/net/ipv4/
Dfib_frontend.c320 if (nhc_l3mdev_matches_dev(nhc, dev)) { in fib_info_nh_uses_dev()