Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/netdevsim/
Dfib.c45 struct nsim_fib_data { struct
46 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 …]