Home
last modified time | relevance | path

Searched refs:fib_rt (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/netdevsim/
H A Dfib.c242 struct nsim_fib_rt *fib_rt, const void *addr, in nsim_fib_rt_init() argument
246 memcpy(fib_rt->key.addr, addr, addr_len); in nsim_fib_rt_init()
247 fib_rt->key.prefix_len = prefix_len; in nsim_fib_rt_init()
248 fib_rt->key.family = family; in nsim_fib_rt_init()
249 fib_rt->key.tb_id = tb_id; in nsim_fib_rt_init()
250 list_add(&fib_rt->list, &data->fib_rt_list); in nsim_fib_rt_init()
253 static void nsim_fib_rt_fini(struct nsim_fib_rt *fib_rt) in nsim_fib_rt_fini() argument
255 list_del(&fib_rt->list); in nsim_fib_rt_fini()
306 struct nsim_fib_rt *fib_rt; in nsim_fib4_rt_lookup() local
308 fib_rt in nsim_fib4_rt_lookup()
592 struct nsim_fib_rt *fib_rt; nsim_fib6_rt_lookup() local
1049 nsim_fib4_rt_free(struct nsim_fib_rt * fib_rt,struct nsim_fib_data * data) nsim_fib4_rt_free() argument
1061 nsim_fib6_rt_free(struct nsim_fib_rt * fib_rt,struct nsim_fib_data * data) nsim_fib6_rt_free() argument
1074 struct nsim_fib_rt *fib_rt = ptr; nsim_fib_rt_free() local
1094 struct nsim_fib_rt *fib_rt, *fib_rt_tmp; nsim_fib_dump_inconsistent() local
1505 struct nsim_fib_rt *fib_rt, *fib_rt_tmp; nsim_fib_flush_work() local
[all...]