Searched refs:exp_callout (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.c | 267 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 D | ng_netflow.h | 412 struct callout exp_callout; /* expiry periodic job */ member
|
| H A D | netflow.c | 1174 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_expire()
|
| /f-stack/tools/compat/include/netgraph/netflow/ |
| H A D | ng_netflow.h | 412 struct callout exp_callout; /* expiry periodic job */ member
|