Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c173 mtx_lock(&fe->export_mtx); in get_export_dgram()
178 mtx_unlock(&fe->export_mtx); in get_export_dgram()
211 mtx_lock(&fe->export_mtx); in return_export_dgram()
214 mtx_unlock(&fe->export_mtx); in return_export_dgram()
216 mtx_unlock(&fe->export_mtx); in return_export_dgram()
541 mtx_init(&fe->export_mtx, "export dgram lock", NULL, MTX_DEF); in ng_netflow_fib_init()
551 mtx_destroy(&fe->export_mtx); in ng_netflow_fib_init()
626 mtx_destroy(&fe->export_mtx); in ng_netflow_cache_flush()
H A Dng_netflow.h391 struct mtx export_mtx; /* exp.item mutex */ member
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h391 struct mtx export_mtx; /* exp.item mutex */ member