Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow_v9.c374 mtx_lock(&fe->export9_mtx); in get_export9_dgram()
381 mtx_unlock(&fe->export9_mtx); in get_export9_dgram()
449 mtx_lock(&fe->export9_mtx); in return_export9_dgram()
453 mtx_unlock(&fe->export9_mtx); in return_export9_dgram()
455 mtx_unlock(&fe->export9_mtx); in return_export9_dgram()
H A Dng_netflow.h392 struct mtx export9_mtx; /* exp.item9 mutex */ member
H A Dnetflow.c542 mtx_init(&fe->export9_mtx, "export9 dgram lock", NULL, MTX_DEF); in ng_netflow_fib_init()
552 mtx_destroy(&fe->export9_mtx); in ng_netflow_fib_init()
627 mtx_destroy(&fe->export9_mtx); in ng_netflow_cache_flush()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h392 struct mtx export9_mtx; /* exp.item9 mutex */ member