Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c614 rt = rcu_dereference(fnhe->fnhe_rth_output); in fnhe_flush_routes()
616 RCU_INIT_POINTER(fnhe->fnhe_rth_output, NULL); in fnhe_flush_routes()
715 rt = rcu_dereference(fnhe->fnhe_rth_output); in update_or_create_fnhe()
1478 porig = &fnhe->fnhe_rth_output; in rt_bind_exception()
2484 prth = &fnhe->fnhe_rth_output; in __mkroute_output()
3011 rt = rcu_dereference(fnhe->fnhe_rth_output); in fnhe_dump_bucket()
H A Dfib_semantics.c181 rt_fibinfo_free(&fnhe->fnhe_rth_output); in free_nh_exceptions()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_fib.h67 struct rtable __rcu *fnhe_rth_output; member