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

  /src/sys/netinet/
dccp_tfrc.h 103 struct callout ch_nftimer; /* Handle to no feedback timer */ member in struct:tfrc_send_ccb
dccp_tfrc.c 377 if (callout_pending(&(cb)->ch_nftimer)) {
472 callout_reset(&cb->ch_nftimer, next_time_out, tfrc_time_no_feedback, cb);
540 callout_init(&ccb->ch_nftimer, 0);
576 callout_stop(&cb->ch_nftimer);
644 callout_reset(&cb->ch_nftimer, TFRC_INITIAL_TIMEOUT * hz, tfrc_time_no_feedback, cb);
955 if (!callout_pending(&cb->ch_nftimer)) {
956 callout_stop(&cb->ch_nftimer);
1013 callout_reset(&cb->ch_nftimer, next_time_out, tfrc_time_no_feedback, cb);

Completed in 14 milliseconds