HomeSort by: relevance | last modified time | path
    Searched refs:ch_stimer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
dccp_tfrc.h 102 struct callout ch_stimer; /* Handle to scheduled send timer */ member in struct:tfrc_send_ccb
dccp_tfrc.c 242 if (callout_pending(&cb->ch_stimer)) {
254 callout_stop(&cb->ch_stimer);
292 callout_reset(&cb->ch_stimer, t_ticks, tfrc_time_send, cb);
539 callout_init(&ccb->ch_stimer, 0);
575 callout_stop(&cb->ch_stimer);
590 callout_reset(&cb->ch_stimer, TFRC_SEND_WAIT_TERM * hz, tfrc_send_term, cb);
661 if (!callout_pending(&cb->ch_stimer)) {
757 if (callout_pending(&cb->ch_stimer)) {
971 if (callout_pending(&cb->ch_stimer)) {
972 callout_stop(&cb->ch_stimer);
    [all...]

Completed in 13 milliseconds