Home
last modified time | relevance | path

Searched defs:nh_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dnexthop.h57 struct nh_info { struct
58 struct hlist_node dev_hash; /* entry on netns devhash */
59 struct nexthop *nh_parent;
61 u8 family;
62 bool reject_nh;
63 bool fdb_nh;
65 union {
150 struct nh_info __rcu *nh_info; member
/openbmc/linux/net/ipv4/
H A Dnexthop.c85 __nh_notifier_single_info_init(struct nh_notifier_single_info *nh_info, in __nh_notifier_single_info_init()