Home
last modified time | relevance | path

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

/include/net/
Dip_fib.h104 struct fib_nh_common nh_common; member
112 #define fib_nh_family nh_common.nhc_family
113 #define fib_nh_dev nh_common.nhc_dev
114 #define fib_nh_oif nh_common.nhc_oif
115 #define fib_nh_flags nh_common.nhc_flags
116 #define fib_nh_lws nh_common.nhc_lwtstate
117 #define fib_nh_scope nh_common.nhc_scope
118 #define fib_nh_gw_family nh_common.nhc_gw_family
119 #define fib_nh_gw4 nh_common.nhc_gw.ipv4
120 #define fib_nh_gw6 nh_common.nhc_gw.ipv6
[all …]
Dnexthop.h256 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()
Dip6_fib.h158 struct fib_nh_common nh_common; member