Searched defs:nsim_fib_data (Results 1 – 2 of 2) sorted by relevance
45 struct nsim_fib_data { struct46 struct notifier_block fib_nb;47 struct nsim_per_fib_data ipv4;48 struct nsim_per_fib_data ipv6;49 struct nsim_fib_entry nexthops;50 struct rhashtable fib_rt_ht;51 struct list_head fib_rt_list;52 struct mutex fib_lock; /* Protects FIB HT and list */53 struct notifier_block nexthop_nb;54 struct rhashtable nexthop_ht;[all …]
41 struct nsim_fib_data { struct42 struct notifier_block fib_nb;43 struct nsim_per_fib_data ipv4;44 struct nsim_per_fib_data ipv6;45 struct rhashtable fib_rt_ht;46 struct list_head fib_rt_list;47 spinlock_t fib_lock; /* Protects hashtable, list and accounting */48 struct devlink *devlink;