Searched refs:fib6_event (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/netdevsim/ |
H A D | fib.c | 108 struct nsim_fib6_event fib6_event; member 605 struct nsim_fib6_event *fib6_event) in nsim_fib6_rt_append() 607 struct fib6_info *rt = fib6_event->rt_arr[0]; in nsim_fib6_rt_append() 624 for (i = 0; i < fib6_event->nrt6; i++) { in nsim_fib6_rt_append() 625 err = nsim_fib6_rt_nh_add(fib6_rt, fib6_event->rt_arr[i]); in nsim_fib6_rt_append() 629 WRITE_ONCE(fib6_event->rt_arr[i]->trap, true); in nsim_fib6_rt_append() 636 WRITE_ONCE(fib6_event->rt_arr[i]->trap, false); in nsim_fib6_rt_append() 637 nsim_fib6_rt_nh_del(fib6_rt, fib6_event->rt_arr[i]); in nsim_fib6_rt_append() 737 struct nsim_fib6_event *fib6_event) in nsim_fib6_rt_insert() 739 struct fib6_info *rt = fib6_event in nsim_fib6_rt_insert() 604 nsim_fib6_rt_append(struct nsim_fib_data *data, struct nsim_fib6_event *fib6_event) nsim_fib6_rt_append() argument 736 nsim_fib6_rt_insert(struct nsim_fib_data *data, struct nsim_fib6_event *fib6_event) nsim_fib6_rt_insert() argument 769 nsim_fib6_rt_remove(struct nsim_fib_data *data, struct nsim_fib6_event *fib6_event) nsim_fib6_rt_remove() argument 799 nsim_fib6_event_init(struct nsim_fib6_event *fib6_event, struct fib6_entry_notifier_info *fen6_info) nsim_fib6_event_init() argument 836 nsim_fib6_event_fini(struct nsim_fib6_event *fib6_event) nsim_fib6_event_fini() argument 845 nsim_fib6_event(struct nsim_fib_data *data, struct nsim_fib6_event *fib6_event, unsigned long event) nsim_fib6_event() argument [all...] |
Completed in 3 milliseconds