Home
last modified time | relevance | path

Searched refs:ng_callout_init (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_pptpgre.c335 ng_callout_init(&priv->uppersess.sackTimer); in ng_pptpgre_constructor()
336 ng_callout_init(&priv->uppersess.rackTimer); in ng_pptpgre_constructor()
341 ng_callout_init(&priv->uppersess.reorderTimer); in ng_pptpgre_constructor()
395 ng_callout_init(&hpriv->sackTimer); in ng_pptpgre_newhook()
396 ng_callout_init(&hpriv->rackTimer); in ng_pptpgre_newhook()
403 ng_callout_init(&hpriv->reorderTimer); in ng_pptpgre_newhook()
H A Dng_car.c219 ng_callout_init(&priv->upper.q_callout); in ng_car_constructor()
234 ng_callout_init(&priv->lower.q_callout); in ng_car_constructor()
H A Dng_cisco.c191 ng_callout_init(&sc->handle); in cisco_constructor()
H A Dng_source.c287 ng_callout_init(&sc->intr_ch); in ng_source_constructor()
H A Dng_lmi.c191 ng_callout_init(&sc->handle); in nglmi_constructor()
H A Dng_pipe.c261 ng_callout_init(&priv->timer); in ngp_constructor()
H A Dng_bridge.c355 ng_callout_init(&priv->timer); in ng_bridge_constructor()
H A Dnetgraph.h1169 #define ng_callout_init(c) callout_init(c, 1) macro
H A Dng_pppoe.c900 ng_callout_init(&neg->handle); in ng_pppoe_rcvmsg()
H A Dng_ppp.c505 ng_callout_init(&priv->fragTimer); in ng_ppp_constructor()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c139 ng_callout_init(&con->con_timo); in ng_l2cap_new_con()
473 ng_callout_init(&cmd->timo); in ng_l2cap_new_cmd()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c296 ng_callout_init(&con->con_timo); in ng_hci_new_con()
H A Dng_hci_main.c150 ng_callout_init(&unit->cmd_timo); in ng_hci_constructor()