| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_misc.c | 394 if (ng_uncallout(&unit->cmd_timo, unit->node) == 0) in ng_hci_command_untimeout() 435 if (ng_uncallout(&con->con_timo, con->unit->node) == 0) in ng_hci_con_untimeout()
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_misc.c | 238 if (ng_uncallout(&con->con_timo, con->l2cap->node) == 0) in ng_l2cap_discon_untimeout() 537 if (ng_uncallout(&con->con_timo, con->l2cap->node) == 0) in ng_l2cap_lp_untimeout() 582 if (ng_uncallout(&cmd->timo, cmd->con->l2cap->node) == 0) in ng_l2cap_command_untimeout()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_pptpgre.c | 644 ng_uncallout(&hpriv->sackTimer, hpriv->node); in ng_pptpgre_xmit() 873 ng_uncallout(&hpriv->rackTimer, hpriv->node); in ng_pptpgre_rcvdata_lower() 1034 ng_uncallout(&hpriv->reorderTimer, hpriv->node); in ng_pptpgre_rcvdata_lower() 1259 ng_uncallout(&hpriv->sackTimer, hpriv->node); in ng_pptpgre_reset() 1260 ng_uncallout(&hpriv->rackTimer, hpriv->node); in ng_pptpgre_reset() 1261 ng_uncallout(&hpriv->reorderTimer, hpriv->node); in ng_pptpgre_reset()
|
| H A D | ng_l2tp.c | 660 ng_uncallout(&seq->rack_timer, node); in ng_l2tp_shutdown() 661 ng_uncallout(&seq->xack_timer, node); in ng_l2tp_shutdown() 1278 ng_uncallout(&seq->rack_timer, priv->node); in ng_l2tp_seq_reset() 1279 ng_uncallout(&seq->xack_timer, priv->node); in ng_l2tp_seq_reset() 1375 ng_uncallout(&seq->rack_timer, priv->node); in ng_l2tp_seq_recv_nr() 1518 ng_uncallout(&seq->xack_timer, priv->node); in ng_l2tp_xmit_ctrl()
|
| H A D | ng_pppoe.c | 1488 ng_uncallout(&neg->handle, node); in ng_pppoe_rcvdata() 1724 ng_uncallout(&neg->handle, node); in ng_pppoe_rcvdata_ether() 1791 ng_uncallout(&neg->handle, node); in ng_pppoe_rcvdata_ether() 1862 ng_uncallout(&neg->handle, node); in ng_pppoe_rcvdata_ether() 1944 ng_uncallout(&sp->neg->handle, node); in ng_pppoe_rcvdata_ether() 2083 ng_uncallout(&sp->neg->handle, node); in ng_pppoe_disconnect()
|
| H A D | ng_car.c | 537 ng_uncallout(&priv->upper.q_callout, node); in ng_car_shutdown() 538 ng_uncallout(&priv->lower.q_callout, node); in ng_car_shutdown()
|
| H A D | ng_cisco.c | 425 ng_uncallout(&sc->handle, NG_HOOK_NODE(hook)); in cisco_disconnect()
|
| H A D | ng_source.c | 713 ng_uncallout(&sc->intr_ch, sc->node); in ng_source_stop()
|
| H A D | ng_lmi.c | 1073 ng_uncallout(&sc->handle, sc->node); in nglmi_disconnect()
|
| H A D | ng_bridge.c | 832 ng_uncallout(&priv->timer, node); in ng_bridge_shutdown()
|
| H A D | ng_pipe.c | 918 ng_uncallout(&priv->timer, node); in ngp_shutdown()
|
| H A D | netgraph.h | 1157 int ng_uncallout(struct callout *c, node_p node);
|
| H A D | ng_ppp.c | 2645 ng_uncallout(&priv->fragTimer, node); in ng_ppp_stop_frag_timer()
|
| H A D | ng_base.c | 3813 ng_uncallout(struct callout *c, node_p node) in ng_uncallout() function
|
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni_cust.h | 90 ng_uncallout(&FIELD.c, (UNI)->arg); \
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | ng_h4.c | 254 ng_uncallout(&sc->timo, sc->node); in ng_h4_close() 725 ng_uncallout(&sc->timo, sc->node);
|
| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop_cust.h | 113 ng_uncallout(&(S)->t_##T, (S)->aarg); \
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 1161 int ng_uncallout(struct callout *c, node_p node);
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 3843 ng_uncallout(struct callout *c, node_p node) in ng_uncallout() function
|