Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.c394 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 Dng_l2cap_misc.c238 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 Dng_pptpgre.c644 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 Dng_l2tp.c660 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 Dng_pppoe.c1488 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 Dng_car.c537 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 Dng_cisco.c425 ng_uncallout(&sc->handle, NG_HOOK_NODE(hook)); in cisco_disconnect()
H A Dng_source.c713 ng_uncallout(&sc->intr_ch, sc->node); in ng_source_stop()
H A Dng_lmi.c1073 ng_uncallout(&sc->handle, sc->node); in nglmi_disconnect()
H A Dng_bridge.c832 ng_uncallout(&priv->timer, node); in ng_bridge_shutdown()
H A Dng_pipe.c918 ng_uncallout(&priv->timer, node); in ngp_shutdown()
H A Dnetgraph.h1157 int ng_uncallout(struct callout *c, node_p node);
H A Dng_ppp.c2645 ng_uncallout(&priv->fragTimer, node); in ng_ppp_stop_frag_timer()
H A Dng_base.c3813 ng_uncallout(struct callout *c, node_p node) in ng_uncallout() function
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h90 ng_uncallout(&FIELD.c, (UNI)->arg); \
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c254 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 Dng_sscop_cust.h113 ng_uncallout(&(S)->t_##T, (S)->aarg); \
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1161 int ng_uncallout(struct callout *c, node_p node);
/f-stack/lib/
H A Dff_ng_base.c3843 ng_uncallout(struct callout *c, node_p node) in ng_uncallout() function