Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/
HDng_pptpgre.c330 ng_callout_init(&priv->uppersess.sackTimer); in ng_pptpgre_constructor()
331 ng_callout_init(&priv->uppersess.rackTimer); in ng_pptpgre_constructor()
336 ng_callout_init(&priv->uppersess.reorderTimer); in ng_pptpgre_constructor()
390 ng_callout_init(&hpriv->sackTimer); in ng_pptpgre_newhook()
391 ng_callout_init(&hpriv->rackTimer); in ng_pptpgre_newhook()
398 ng_callout_init(&hpriv->reorderTimer); in ng_pptpgre_newhook()
HDng_car.c213 ng_callout_init(&priv->upper.q_callout); in ng_car_constructor()
228 ng_callout_init(&priv->lower.q_callout); in ng_car_constructor()
HDng_cisco.c193 ng_callout_init(&sc->handle); in cisco_constructor()
HDng_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()
HDng_source.c288 ng_callout_init(&sc->intr_ch); in ng_source_constructor()
HDng_bridge.c315 ng_callout_init(&priv->timer); in ng_bridge_constructor()
HDng_lmi.c193 ng_callout_init(&sc->handle); in nglmi_constructor()
HDng_pipe.c262 ng_callout_init(&priv->timer); in ngp_constructor()
HDnetgraph.h1164 #define ng_callout_init(c) callout_init(c, 1) macro
HDng_pppoe.c886 ng_callout_init(&neg->handle); in ng_pppoe_rcvmsg()
HDng_ppp.c505 ng_callout_init(&priv->fragTimer); in ng_ppp_constructor()
/freebsd-11-stable/sys/netgraph/atm/uni/
HDng_uni_cust.h85 #define _TIMER_INIT(X,T) ng_callout_init(&(X)->T.c)
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_misc.c138 ng_callout_init(&con->con_timo); in ng_l2cap_new_con()
474 ng_callout_init(&cmd->timo); in ng_l2cap_new_cmd()
/freebsd-11-stable/sys/netgraph/atm/sscop/
HDng_sscop_cust.h109 #define TIMER_INIT(S, T) ng_callout_init(&(S)->t_##T)
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
HDng_hci_misc.c295 ng_callout_init(&con->con_timo); in ng_hci_new_con()
HDng_hci_main.c134 ng_callout_init(&unit->cmd_timo); in ng_hci_constructor()
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
HDng_h4.c177 ng_callout_init(&sc->timo); in ng_h4_open()