Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.c376 ng_callout(&unit->cmd_timo, unit->node, NULL, in ng_hci_command_timeout()
416 ng_callout(&con->con_timo, con->unit->node, NULL, in ng_hci_con_timeout()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c217 ng_callout(&con->con_timo, con->l2cap->node, NULL, in ng_l2cap_discon_timeout()
516 ng_callout(&con->con_timo, con->l2cap->node, NULL, in ng_l2cap_lp_timeout()
563 ng_callout(&cmd->timo, cmd->con->l2cap->node, NULL, timo, in ng_l2cap_command_timeout()
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h96 ng_callout(&FIELD.c, (UNI)->arg, NULL, \
/f-stack/freebsd/netgraph/
H A Dng_lmi.c268 ng_callout(&sc->handle, node, NULL, NG_LMI_POLL_RATE * hz, in LMI_ticker()
277 ng_callout(&sc->handle, node, NULL, sc->liv_rate * hz, in LMI_ticker()
307 ng_callout(&sc->handle, sc->node, NULL, hz, LMI_ticker, NULL, 0); in nglmi_startup()
H A Dng_cisco.c219 ng_callout(&sc->handle, node, NULL, (hz * KEEPALIVE_SECS), in cisco_newhook()
586 ng_callout(&sc->handle, node, NULL, (hz * KEEPALIVE_SECS), in cisco_keepalive()
H A Dng_l2tp.c960 ng_callout(&seq->xack_timer, priv->node, NULL, in ng_l2tp_rcvdata_lower()
1066 ng_callout(&seq->rack_timer, node, NULL, in ng_l2tp_rcvdata_ctrl()
1384 ng_callout(&seq->rack_timer, priv->node, NULL, in ng_l2tp_seq_recv_nr()
1477 ng_callout(&seq->rack_timer, node, NULL, in ng_l2tp_seq_rack_timeout()
H A Dng_source.c701 ng_callout(&sc->intr_ch, sc->node, NULL, 0, in ng_source_start()
765 ng_callout(&sc->intr_ch, node, NULL, NG_SOURCE_INTR_TICKS, in ng_source_intr()
H A Dng_pptpgre.c1079 ng_callout(&hpriv->rackTimer, hpriv->node, hpriv->hook, in ng_pptpgre_start_recv_ack_timer()
1127 ng_callout(&hpriv->sackTimer, hpriv->node, hpriv->hook, in ng_pptpgre_start_send_ack_timer()
1159 ng_callout(&hpriv->reorderTimer, hpriv->node, hpriv->hook, in ng_pptpgre_start_reorder_timer()
H A Dng_bridge.c324 ng_callout(&priv->timer, node, NULL, hz, ng_bridge_timeout, NULL, 0); in ng_bridge_constructor()
1084 ng_callout(&priv->timer, node, NULL, hz, ng_bridge_timeout, NULL, 0); in ng_bridge_timeout()
H A Dng_pppoe.c1291 ng_callout(&neg->handle, node, hook, PPPOE_INITIAL_TIMEOUT * hz, in pppoe_start()
1533 ng_callout(&neg->handle, node, hook, PPPOE_OFFER_TIMEOUT * hz, in ng_pppoe_rcvdata()
1752 ng_callout(&neg->handle, node, sp->hook, in ng_pppoe_rcvdata_ether()
2122 ng_callout(&neg->handle, node, hook, neg->timeout * hz, in pppoe_ticker()
H A Dng_car.c656 ng_callout(&hinfo->q_callout, NG_HOOK_NODE(hinfo->hook), hinfo->hook, in ng_car_schedule()
H A Dng_pipe.c881 ng_callout(&priv->timer, node, NULL, 1, ngp_callout, NULL, 0); in pipe_dequeue()
H A Dnetgraph.h1158 int ng_callout(struct callout *c, node_p node, hook_p hook, int ticks,
H A Dng_ppp.c2632 ng_callout(&priv->fragTimer, node, NULL, MP_FRAGTIMER_INTERVAL, in ng_ppp_start_frag_timer()
H A Dng_base.c3786 ng_callout(struct callout *c, node_p node, hook_p hook, int ticks, in ng_callout() function
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h117 ng_callout(&(S)->t_##T, (S)->aarg, NULL, \
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c634 ng_callout(&sc->timo, sc->node, NULL, 1,
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1162 int ng_callout(struct callout *c, node_p node, hook_p hook, int ticks,
/f-stack/lib/
H A Dff_ng_base.c3816 ng_callout(struct callout *c, node_p node, hook_p hook, int ticks, in ng_callout() function