Searched refs:retrans_timer (Results 1 – 3 of 3) sorted by relevance
654 callout_stop(&dp->retrans_timer); in dccp_input()685 callout_stop(&dp->retrans_timer); in dccp_input()733 callout_stop(&dp->retrans_timer); in dccp_input()809 callout_stop(&dp->retrans_timer); in dccp_input()827 callout_stop(&dp->retrans_timer); in dccp_input()834 callout_stop(&dp->retrans_timer); in dccp_input()855 callout_stop(&dp->retrans_timer); in dccp_input()1580 callout_stop(&dp->retrans_timer); in dccp_close()1736 callout_reset(&dp->retrans_timer, dp->retrans, dccp_retrans_t, dp); in dccp_connect()1891 callout_reset(&dp->retrans_timer, dp->retrans, in dccp_disconnect2()[all …]
73 struct callout retrans_timer; /* Retransmit timer */ member
205 callout_reset(&dp->retrans_timer, dp->retrans, dccp_retrans_t, dp); in dccp6_connect()