Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c267 callout_init(&priv->exp_callout, 1); in ng_netflow_constructor()
353 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
362 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
997 callout_drain(&priv->exp_callout); in ng_netflow_close()
1036 callout_drain(&priv->exp_callout); in ng_netflow_disconnect()
1042 callout_drain(&priv->exp_callout); in ng_netflow_disconnect()
H A Dng_netflow.h412 struct callout exp_callout; /* expiry periodic job */ member
H A Dnetflow.c1174 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_expire()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h412 struct callout exp_callout; /* expiry periodic job */ member