Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/netdevsim/
Dfib.c104 struct nsim_fib_event { struct
105 struct list_head list; /* node in fib queue */
106 union {
110 struct nsim_fib_data *data;
111 unsigned long event;
112 int family;
880 static void nsim_fib_event(struct nsim_fib_event *fib_event) in nsim_fib_event() function