Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
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
/Linux-v6.1/net/ipv4/
Dnexthop.c85 __nh_notifier_single_info_init(struct nh_notifier_single_info *nh_info, in __nh_notifier_single_info_init()