Searched defs:netns_nexthop (Results 1 – 1 of 1) sorted by relevance
12 struct netns_nexthop { struct13 struct rb_root rb_root; /* tree of nexthops by id */14 struct hlist_head *devhash; /* nexthops by device */16 unsigned int seq; /* protected by rtnl_mutex */17 u32 last_id_allocated;18 struct blocking_notifier_head notifier_chain;