Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netgraph/netflow/
Dnetflow_v9.c374 mtx_lock(&fe->export9_mtx); in get_export9_dgram()
381 mtx_unlock(&fe->export9_mtx); in get_export9_dgram()
451 mtx_lock(&fe->export9_mtx); in return_export9_dgram()
455 mtx_unlock(&fe->export9_mtx); in return_export9_dgram()
457 mtx_unlock(&fe->export9_mtx); in return_export9_dgram()
Dnetflow.c580 mtx_init(&fe->export9_mtx, "export9 dgram lock", NULL, MTX_DEF); in ng_netflow_fib_init()
590 mtx_destroy(&fe->export9_mtx); in ng_netflow_fib_init()
665 mtx_destroy(&fe->export9_mtx); in ng_netflow_cache_flush()
Dng_netflow.h391 struct mtx export9_mtx; /* exp.item9 mutex */ member