Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netgraph/netflow/
Dng_netflow.c348 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
358 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
Dng_netflow.h488 timeout_t ng_netflow_expire; variable
Dnetflow.c1099 ng_netflow_expire(void *arg) in ng_netflow_expire() function
1185 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_expire()