Searched refs:ng_uncallout (Results 1 – 13 of 13) sorted by relevance
| /freebsd-head/sys/netgraph/ |
| HD | ng_pptpgre.c | 648 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()
|
| HD | ng_pppoe.c | 1504 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()
|
| HD | ng_car.c | 575 ng_uncallout(&priv->upper.q_callout, node); in ng_car_shutdown() 576 ng_uncallout(&priv->lower.q_callout, node); in ng_car_shutdown()
|
| HD | ng_cisco.c | 423 ng_uncallout(&sc->handle, NG_HOOK_NODE(hook)); in cisco_disconnect()
|
| HD | ng_source.c | 715 ng_uncallout(&sc->intr_ch, sc->node); in ng_source_stop()
|
| HD | ng_lmi.c | 1075 ng_uncallout(&sc->handle, sc->node); in nglmi_disconnect()
|
| HD | ng_pipe.c | 934 ng_uncallout(&priv->timer, node); in ngp_shutdown()
|
| HD | ng_bridge.c | 953 ng_uncallout(&priv->timer, node); in ng_bridge_shutdown()
|
| HD | netgraph.h | 1165 int ng_uncallout(struct callout *c, node_p node);
|
| HD | ng_ppp.c | 2641 ng_uncallout(&priv->fragTimer, node); in ng_ppp_stop_frag_timer()
|
| HD | ng_base.c | 3857 ng_uncallout(struct callout *c, node_p node) in ng_uncallout() function
|
| /freebsd-head/sys/netgraph/bluetooth/l2cap/ |
| HD | ng_l2cap_misc.c | 237 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/ |
| HD | ng_hci_misc.c | 393 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()
|