Searched refs:nh_common (Results 1 – 3 of 3) sorted by relevance
104 struct fib_nh_common nh_common; member112 #define fib_nh_family nh_common.nhc_family113 #define fib_nh_dev nh_common.nhc_dev114 #define fib_nh_oif nh_common.nhc_oif115 #define fib_nh_flags nh_common.nhc_flags116 #define fib_nh_lws nh_common.nhc_lwtstate117 #define fib_nh_scope nh_common.nhc_scope118 #define fib_nh_gw_family nh_common.nhc_gw_family119 #define fib_nh_gw4 nh_common.nhc_gw.ipv4120 #define fib_nh_gw6 nh_common.nhc_gw.ipv6[all …]
256 BUILD_BUG_ON(offsetof(struct fib_nh, nh_common) != 0); in nexthop_fib_nhc()257 BUILD_BUG_ON(offsetof(struct fib6_nh, nh_common) != 0); in nexthop_fib_nhc()348 return &fi->fib_nh[nhsel].nh_common; in fib_info_nhc()
158 struct fib_nh_common nh_common; member