Searched refs:ch_nftimer (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | dccp_tfrc.c | 377 if (callout_pending(&(cb)->ch_nftimer)) { in tfrc_time_no_feedback() 472 callout_reset(&cb->ch_nftimer, next_time_out, tfrc_time_no_feedback, cb); in tfrc_time_no_feedback() 540 callout_init(&ccb->ch_nftimer, 0); in tfrc_send_init() 576 callout_stop(&cb->ch_nftimer); in tfrc_send_free() 644 callout_reset(&cb->ch_nftimer, TFRC_INITIAL_TIMEOUT * hz, tfrc_time_no_feedback, cb); in tfrc_send_packet() 955 if (!callout_pending(&cb->ch_nftimer)) { in tfrc_send_packet_recv() 956 callout_stop(&cb->ch_nftimer); in tfrc_send_packet_recv() 1013 callout_reset(&cb->ch_nftimer, next_time_out, tfrc_time_no_feedback, cb); in tfrc_send_packet_recv()
|
H A D | dccp_tfrc.h | 103 struct callout ch_nftimer; /* Handle to no feedback timer */ member
|