Searched refs:nh_common (Results 1 – 3 of 3) sorted by relevance
108 struct fib_nh_common nh_common; member116 #define fib_nh_family nh_common.nhc_family117 #define fib_nh_dev nh_common.nhc_dev119 #define fib_nh_oif nh_common.nhc_oif120 #define fib_nh_flags nh_common.nhc_flags121 #define fib_nh_lws nh_common.nhc_lwtstate122 #define fib_nh_scope nh_common.nhc_scope123 #define fib_nh_gw_family nh_common.nhc_gw_family124 #define fib_nh_gw4 nh_common.nhc_gw.ipv4125 #define fib_nh_gw6 nh_common.nhc_gw.ipv6[all …]
402 BUILD_BUG_ON(offsetof(struct fib_nh, nh_common) != 0); in nexthop_fib_nhc()403 BUILD_BUG_ON(offsetof(struct fib6_nh, nh_common) != 0); in nexthop_fib_nhc()494 return &fi->fib_nh[nhsel].nh_common; in fib_info_nhc()
148 struct fib_nh_common nh_common; member
Completed in 14 milliseconds