Searched refs:exp_callout (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netgraph/netflow/ |
| H A D | ng_netflow.c | 265 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 D | ng_netflow.h | 411 struct callout exp_callout; /* expiry periodic job */ member
|
| H A D | netflow.c | 1176 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_expire()
|