Home
last modified time | relevance | path

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

/include/net/
A Dip_fib.h108 struct fib_nh_common nh_common; member
116 #define fib_nh_family nh_common.nhc_family
117 #define fib_nh_dev nh_common.nhc_dev
119 #define fib_nh_oif nh_common.nhc_oif
120 #define fib_nh_flags nh_common.nhc_flags
121 #define fib_nh_lws nh_common.nhc_lwtstate
122 #define fib_nh_scope nh_common.nhc_scope
123 #define fib_nh_gw_family nh_common.nhc_gw_family
124 #define fib_nh_gw4 nh_common.nhc_gw.ipv4
125 #define fib_nh_gw6 nh_common.nhc_gw.ipv6
[all …]
A Dnexthop.h402 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()
A Dip6_fib.h148 struct fib_nh_common nh_common; member

Completed in 14 milliseconds