Searched refs:sctp_out_time (Results 1 – 5 of 5) sorted by relevance
77 sctp->sctp_out_time = ddi_get_lbolt64(); in sctp_send_shutdown()
1183 if (sctp->sctp_out_time == 0 && tsn == (sctp->sctp_ltsn - 1)) { in sctp_output()1184 sctp->sctp_out_time = now; in sctp_output()1895 if (sctp->sctp_out_time != 0 && in sctp_rexmit()1897 sctp->sctp_out_time = 0; in sctp_rexmit()
2078 if (sctp->sctp_out_time != 0 && in sctp_cumack()2083 sctp->sctp_out_time); in sctp_cumack()2084 sctp->sctp_out_time = 0; in sctp_cumack()3815 sctp->sctp_out_time) > in sctp_input_data()
718 int64_t sctp_out_time; member
826 sctp->sctp_rtt_tsn, sctp->sctp_out_time); in sctp()