Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dnetflow_v9.c370 mtx_lock(&fe->export9_mtx); in get_export9_dgram()
377 mtx_unlock(&fe->export9_mtx); in get_export9_dgram()
445 mtx_lock(&fe->export9_mtx); in return_export9_dgram()
449 mtx_unlock(&fe->export9_mtx); in return_export9_dgram()
451 mtx_unlock(&fe->export9_mtx); in return_export9_dgram()
H A Dnetflow.c547 mtx_init(&fe->export9_mtx, "export9 dgram lock", NULL, MTX_DEF); in ng_netflow_fib_init()
557 mtx_destroy(&fe->export9_mtx); in ng_netflow_fib_init()
632 mtx_destroy(&fe->export9_mtx); in ng_netflow_cache_flush()
H A Dng_netflow.h391 struct mtx export9_mtx; /* exp.item9 mutex */ member