Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net/
HDflowtable.c141 static struct cv flowclean_c_cv; variable
920 cv_timedwait(&flowclean_c_cv, &flowclean_lock, flowclean_freq); in flowtable_cleaner()
933 cv_broadcast(&flowclean_c_cv); in flowtable_flush()
978 cv_init(&flowclean_c_cv, "c_flowcleanwait"); in flowtable_init()