Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/netdevsim/
Dfib.c101 struct nsim_fib_event { struct
102 struct list_head list; /* node in fib queue */
103 union {
107 struct nsim_fib_data *data;
108 unsigned long event;
109 int family;
877 static void nsim_fib_event(struct nsim_fib_event *fib_event) in nsim_fib_event() function