Lines Matching refs:fib6_info
96 struct fib6_info *rt;
100 struct fib6_info **rt_arr;
483 const struct fib6_info *rt) in nsim_fib6_rt_nh_find()
496 struct fib6_info *rt) in nsim_fib6_rt_nh_add()
513 static void nsim_rt6_release(struct fib6_info *rt) in nsim_rt6_release()
518 static void nsim_rt6_release(struct fib6_info *rt) in nsim_rt6_release()
524 const struct fib6_info *rt) in nsim_fib6_rt_nh_del()
540 struct fib6_info **rt_arr, unsigned int nrt6) in nsim_fib6_rt_create()
542 struct fib6_info *rt = rt_arr[0]; in nsim_fib6_rt_create()
590 nsim_fib6_rt_lookup(struct rhashtable *fib_rt_ht, const struct fib6_info *rt) in nsim_fib6_rt_lookup()
607 struct fib6_info *rt = fib6_event->rt_arr[0]; in nsim_fib6_rt_append()
644 struct fib6_info **rt_arr, in nsim_fib6_rt_offload_failed_flag_set()
656 struct fib6_info **rt_arr, in nsim_fib6_rt_offload_failed_flag_set()
739 struct fib6_info *rt = fib6_event->rt_arr[0]; in nsim_fib6_rt_insert()
772 struct fib6_info *rt = fib6_event->rt_arr[0]; in nsim_fib6_rt_remove()
802 struct fib6_info *rt = fen6_info->rt; in nsim_fib6_event_init()
803 struct fib6_info **rt_arr; in nsim_fib6_event_init()
804 struct fib6_info *iter; in nsim_fib6_event_init()
810 rt_arr = kcalloc(nrt6, sizeof(struct fib6_info *), GFP_ATOMIC); in nsim_fib6_event_init()