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.c265 callout_init(&priv->exp_callout, 1); in ng_netflow_constructor()
351 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
360 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
1009 callout_drain(&priv->exp_callout); in ng_netflow_close()
1048 callout_drain(&priv->exp_callout); in ng_netflow_disconnect()
1054 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.c1176 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_expire()