Searched defs:nsim_fib_data (Results 1 – 1 of 1) sorted by relevance
44 struct nsim_fib_data { struct45 struct notifier_block fib_nb;46 struct nsim_per_fib_data ipv4;47 struct nsim_per_fib_data ipv6;48 struct nsim_fib_entry nexthops;49 struct rhashtable fib_rt_ht;50 struct list_head fib_rt_list;51 struct mutex fib_lock; /* Protects FIB HT and list */52 struct notifier_block nexthop_nb;53 struct rhashtable nexthop_ht;[all …]