Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dnetflow.c174 mtx_lock(&fe->export_mtx); in get_export_dgram()
179 mtx_unlock(&fe->export_mtx); in get_export_dgram()
212 mtx_lock(&fe->export_mtx); in return_export_dgram()
215 mtx_unlock(&fe->export_mtx); in return_export_dgram()
217 mtx_unlock(&fe->export_mtx); in return_export_dgram()
546 mtx_init(&fe->export_mtx, "export dgram lock", NULL, MTX_DEF); in ng_netflow_fib_init()
556 mtx_destroy(&fe->export_mtx); in ng_netflow_fib_init()
631 mtx_destroy(&fe->export_mtx); in ng_netflow_cache_flush()
H A Dng_netflow.h390 struct mtx export_mtx; /* exp.item mutex */ member