Home
last modified time | relevance | path

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

/drivers/net/netdevsim/
Dfib.c102 struct nsim_fib_event { struct
103 struct list_head list; /* node in fib queue */
104 union {
108 struct nsim_fib_data *data;
109 unsigned long event;
110 int family;
878 static void nsim_fib_event(struct nsim_fib_event *fib_event) in nsim_fib_event() function