Home
last modified time | relevance | path

Searched refs:ng_callout (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_misc.c211 ng_callout(&con->con_timo, con->l2cap->node, NULL, in ng_l2cap_discon_timeout()
480 ng_callout(&con->con_timo, con->l2cap->node, NULL, in ng_l2cap_lp_timeout()
527 ng_callout(&cmd->timo, cmd->con->l2cap->node, NULL, timo, in ng_l2cap_command_timeout()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_misc.c372 ng_callout(&unit->cmd_timo, unit->node, NULL, in ng_hci_command_timeout()
412 ng_callout(&con->con_timo, con->unit->node, NULL, in ng_hci_con_timeout()
/dragonfly/sys/netgraph7/lmi/
H A Dng_lmi.c270 ng_callout(&sc->handle, node, NULL, NG_LMI_POLL_RATE * hz, in LMI_ticker()
279 ng_callout(&sc->handle, node, NULL, sc->liv_rate * hz, in LMI_ticker()
309 ng_callout(&sc->handle, sc->node, NULL, hz, LMI_ticker, NULL, 0); in nglmi_startup()
/dragonfly/sys/netgraph7/cisco/
H A Dng_cisco.c219 ng_callout(&sc->handle, node, NULL, (hz * KEEPALIVE_SECS), in cisco_newhook()
577 ng_callout(&sc->handle, node, NULL, (hz * KEEPALIVE_SECS), in cisco_keepalive()
/dragonfly/sys/netgraph7/l2tp/
H A Dng_l2tp.c983 ng_callout(&seq->xack_timer, priv->node, NULL, in ng_l2tp_rcvdata_lower()
1089 ng_callout(&seq->rack_timer, node, NULL, in ng_l2tp_rcvdata_ctrl()
1400 ng_callout(&seq->rack_timer, priv->node, NULL, in ng_l2tp_seq_recv_nr()
1490 ng_callout(&seq->rack_timer, node, NULL, in ng_l2tp_seq_rack_timeout()
/dragonfly/sys/netgraph7/
H A Dng_source.c701 ng_callout(&sc->intr_ch, sc->node, NULL, 0, in ng_source_start()
766 ng_callout(&sc->intr_ch, node, NULL, NG_SOURCE_INTR_TICKS, in ng_source_intr()
H A Dng_car.c658 ng_callout(&hinfo->q_callout, NG_HOOK_NODE(hinfo->hook), hinfo->hook, in ng_car_schedule()
H A Dnetgraph.h1142 int ng_callout(struct callout *c, node_p node, hook_p hook, int ticks,
/dragonfly/sys/netgraph7/pppoe/
H A Dng_pppoe.c1079 ng_callout(&neg->handle, node, hook, PPPOE_INITIAL_TIMEOUT * hz, in pppoe_start()
1253 ng_callout(&neg->handle, node, hook, PPPOE_OFFER_TIMEOUT * hz, in ng_pppoe_rcvdata()
1471 ng_callout(&neg->handle, node, sp->hook, in ng_pppoe_rcvdata_ether()
1828 ng_callout(&neg->handle, node, hook, neg->timeout * hz, in pppoe_ticker()
/dragonfly/sys/netgraph7/bridge/
H A Dng_bridge.c334 ng_callout(&priv->timer, node, NULL, hz, ng_bridge_timeout, NULL, 0); in ng_bridge_constructor()
1029 ng_callout(&priv->timer, node, NULL, hz, ng_bridge_timeout, NULL, 0); in ng_bridge_timeout()
/dragonfly/sys/netgraph7/pptpgre/
H A Dng_pptpgre.c852 ng_callout(&hpriv->rackTimer, hpriv->node, hpriv->hook, in ng_pptpgre_start_recv_ack_timer()
900 ng_callout(&hpriv->sackTimer, hpriv->node, hpriv->hook, in ng_pptpgre_start_send_ack_timer()
/dragonfly/sys/netgraph7/tty/
H A Dng_tty.c454 ng_callout(&sc->chand, sc->node, NULL, 1, ngt_timeout, NULL, 0); in ngt_start()
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4.c641 ng_callout(&sc->timo, sc->node, NULL, 1,
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.c2595 ng_callout(&priv->fragTimer, node, NULL, MP_FRAGTIMER_INTERVAL, in ng_ppp_start_frag_timer()
/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c3248 ng_callout(struct callout *c, node_p node, hook_p hook, int ticks, in ng_callout() function