fib_nh 40 include/net/dn_fib.h struct dn_fib_nh fib_nh[0]; fib_nh 41 include/net/dn_fib.h #define dn_fib_dev fib_nh[0].nh_dev fib_nh 46 include/net/dn_fib.h #define DN_FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel]) fib_nh 121 include/net/ip_fib.h struct fib_nh fib_nh[0]; fib_nh 122 include/net/ip_fib.h #define fib_dev fib_nh[0].nh_dev fib_nh 158 include/net/ip_fib.h #define FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel]) fib_nh 160 include/net/ip_fib.h #define FIB_RES_NH(res) ((res).fi->fib_nh[0]) fib_nh 169 include/net/ip_fib.h __be32 fib_info_update_nh_saddr(struct net *net, struct fib_nh *nh); fib_nh 47 include/net/route.h struct fib_nh;