Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Droute_tables.c175 struct rib_head **new_rt_tables, **old_rt_tables; in grow_rtables() local
234 old_rt_tables = V_rt_tables; in grow_rtables()
244 if (old_rt_tables != NULL) in grow_rtables()
245 free(old_rt_tables, M_RTABLE); in grow_rtables()