Searched refs:ng_callout_init (Results 1 – 18 of 18) sorted by relevance
331 ng_callout_init(&priv->uppersess.sackTimer); in ng_pptpgre_constructor()332 ng_callout_init(&priv->uppersess.rackTimer); in ng_pptpgre_constructor()337 ng_callout_init(&priv->uppersess.reorderTimer); in ng_pptpgre_constructor()391 ng_callout_init(&hpriv->sackTimer); in ng_pptpgre_newhook()392 ng_callout_init(&hpriv->rackTimer); in ng_pptpgre_newhook()399 ng_callout_init(&hpriv->reorderTimer); in ng_pptpgre_newhook()
212 ng_callout_init(&priv->upper.q_callout); in ng_car_constructor()227 ng_callout_init(&priv->lower.q_callout); in ng_car_constructor()
193 ng_callout_init(&sc->handle); in cisco_constructor()
1204 ng_callout_init(&seq->rack_timer); in ng_l2tp_seq_init()1205 ng_callout_init(&seq->xack_timer); in ng_l2tp_seq_init()
288 ng_callout_init(&sc->intr_ch); in ng_source_constructor()
193 ng_callout_init(&sc->handle); in nglmi_constructor()
299 ng_callout_init(&priv->timer); in ng_bridge_constructor()
262 ng_callout_init(&priv->timer); in ngp_constructor()
1160 #define ng_callout_init(c) callout_init(c, 1) macro
886 ng_callout_init(&neg->handle); in ng_pppoe_rcvmsg()
507 ng_callout_init(&priv->fragTimer); in ng_ppp_constructor()
87 #define _TIMER_INIT(X,T) ng_callout_init(&(X)->T.c)
140 ng_callout_init(&con->con_timo); in ng_l2cap_new_con()474 ng_callout_init(&cmd->timo); in ng_l2cap_new_cmd()
297 ng_callout_init(&con->con_timo); in ng_hci_new_con()
151 ng_callout_init(&unit->cmd_timo); in ng_hci_constructor()
111 #define TIMER_INIT(S, T) ng_callout_init(&(S)->t_##T)
179 ng_callout_init(&sc->timo); in ng_h4_open()
1164 #define ng_callout_init(c) callout_init(c, 1) macro