Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c266 callout_init(&priv->exp_callout, 1); in ng_netflow_constructor()
352 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
361 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
1010 callout_drain(&priv->exp_callout); in ng_netflow_close()
1049 callout_drain(&priv->exp_callout); in ng_netflow_disconnect()
1055 callout_drain(&priv->exp_callout); in ng_netflow_disconnect()
H A Dng_netflow.h411 struct callout exp_callout; /* expiry periodic job */ member
H A Dnetflow.c1177 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_expire()