Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_timer.c1537 asoc->time_last_sent.tv_sec) {
1540 tim_touse = &asoc->time_last_sent;
Dsctp_structs.h813 struct timeval time_last_sent; member
Dsctp_output.c9306 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent);
9308 *now = asoc->time_last_sent;
9310 asoc->time_last_sent = *now;
10252 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent);
10253 *now = asoc->time_last_sent;
10256 asoc->time_last_sent = *now;
10282 data_list[i]->sent_rcv_time = asoc->time_last_sent;