Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c331 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()
H A Dng_car.c212 ng_callout_init(&priv->upper.q_callout); in ng_car_constructor()
227 ng_callout_init(&priv->lower.q_callout); in ng_car_constructor()
H A Dng_cisco.c193 ng_callout_init(&sc->handle); in cisco_constructor()
H A Dng_l2tp.c1204 ng_callout_init(&seq->rack_timer); in ng_l2tp_seq_init()
1205 ng_callout_init(&seq->xack_timer); in ng_l2tp_seq_init()
H A Dng_source.c288 ng_callout_init(&sc->intr_ch); in ng_source_constructor()
H A Dng_lmi.c193 ng_callout_init(&sc->handle); in nglmi_constructor()
H A Dng_bridge.c299 ng_callout_init(&priv->timer); in ng_bridge_constructor()
H A Dng_pipe.c262 ng_callout_init(&priv->timer); in ngp_constructor()
H A Dnetgraph.h1160 #define ng_callout_init(c) callout_init(c, 1) macro
H A Dng_pppoe.c886 ng_callout_init(&neg->handle); in ng_pppoe_rcvmsg()
H A Dng_ppp.c507 ng_callout_init(&priv->fragTimer); in ng_ppp_constructor()
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h87 #define _TIMER_INIT(X,T) ng_callout_init(&(X)->T.c)
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c140 ng_callout_init(&con->con_timo); in ng_l2cap_new_con()
474 ng_callout_init(&cmd->timo); in ng_l2cap_new_cmd()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.c297 ng_callout_init(&con->con_timo); in ng_hci_new_con()
H A Dng_hci_main.c151 ng_callout_init(&unit->cmd_timo); in ng_hci_constructor()
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h111 #define TIMER_INIT(S, T) ng_callout_init(&(S)->t_##T)
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c179 ng_callout_init(&sc->timo); in ng_h4_open()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1164 #define ng_callout_init(c) callout_init(c, 1) macro