Home
last modified time | relevance | path

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

/freebsd-head/sys/netgraph/
HDng_pptpgre.c648 ng_uncallout(&hpriv->sackTimer, hpriv->node); in ng_pptpgre_xmit()
877 ng_uncallout(&hpriv->rackTimer, hpriv->node); in ng_pptpgre_rcvdata_lower()
1038 ng_uncallout(&hpriv->reorderTimer, hpriv->node); in ng_pptpgre_rcvdata_lower()
1263 ng_uncallout(&hpriv->sackTimer, hpriv->node); in ng_pptpgre_reset()
1264 ng_uncallout(&hpriv->rackTimer, hpriv->node); in ng_pptpgre_reset()
1265 ng_uncallout(&hpriv->reorderTimer, hpriv->node); in ng_pptpgre_reset()
HDng_pppoe.c1504 ng_uncallout(&neg->handle, node); in ng_pppoe_rcvdata()
1738 ng_uncallout(&neg->handle, node); in ng_pppoe_rcvdata_ether()
1805 ng_uncallout(&neg->handle, node); in ng_pppoe_rcvdata_ether()
1876 ng_uncallout(&neg->handle, node); in ng_pppoe_rcvdata_ether()
1958 ng_uncallout(&sp->neg->handle, node); in ng_pppoe_rcvdata_ether()
2101 ng_uncallout(&sp->neg->handle, node); in ng_pppoe_disconnect()
HDng_car.c575 ng_uncallout(&priv->upper.q_callout, node); in ng_car_shutdown()
576 ng_uncallout(&priv->lower.q_callout, node); in ng_car_shutdown()
HDng_cisco.c423 ng_uncallout(&sc->handle, NG_HOOK_NODE(hook)); in cisco_disconnect()
HDng_source.c715 ng_uncallout(&sc->intr_ch, sc->node); in ng_source_stop()
HDng_lmi.c1075 ng_uncallout(&sc->handle, sc->node); in nglmi_disconnect()
HDng_pipe.c934 ng_uncallout(&priv->timer, node); in ngp_shutdown()
HDng_bridge.c953 ng_uncallout(&priv->timer, node); in ng_bridge_shutdown()
HDnetgraph.h1165 int ng_uncallout(struct callout *c, node_p node);
HDng_ppp.c2641 ng_uncallout(&priv->fragTimer, node); in ng_ppp_stop_frag_timer()
HDng_base.c3857 ng_uncallout(struct callout *c, node_p node) in ng_uncallout() function
/freebsd-head/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_misc.c237 if (ng_uncallout(&con->con_timo, con->l2cap->node) < 1) in ng_l2cap_discon_untimeout()
536 if (ng_uncallout(&con->con_timo, con->l2cap->node) < 1) in ng_l2cap_lp_untimeout()
581 if (ng_uncallout(&cmd->timo, cmd->con->l2cap->node) < 1) in ng_l2cap_command_untimeout()
/freebsd-head/sys/netgraph/bluetooth/hci/
HDng_hci_misc.c393 if (ng_uncallout(&unit->cmd_timo, unit->node) < 1) in ng_hci_command_untimeout()
434 if (ng_uncallout(&con->con_timo, con->unit->node) < 1) in ng_hci_con_untimeout()