Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/netdevsim/
Dfib.c103 struct nsim_fib_event { struct
104 struct list_head list; /* node in fib queue */
105 union {
109 struct nsim_fib_data *data;
110 unsigned long event;
111 int family;
879 static void nsim_fib_event(struct nsim_fib_event *fib_event) in nsim_fib_event() function