Home
last modified time | relevance | path

Searched refs:retrans_timer (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netinet/
H A Ddccp_usrreq.c654 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 …]
H A Ddccp_var.h73 struct callout retrans_timer; /* Retransmit timer */ member
/netbsd-src/sys/netinet6/
H A Ddccp6_usrreq.c205 callout_reset(&dp->retrans_timer, dp->retrans, dccp_retrans_t, dp); in dccp6_connect()