Searched defs:nh_info (Results 1 – 1 of 1) sorted by relevance
51 struct nh_info { struct52 struct hlist_node dev_hash; /* entry on netns devhash */53 struct nexthop *nh_parent;55 u8 family;56 bool reject_nh;57 bool fdb_nh;59 union {102 struct nh_info __rcu *nh_info; member