Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_timer.c858 if (net->last_sent_time.tv_sec) {
859 ms_goneby = (now.tv_sec - net->last_sent_time.tv_sec) * 1000;
1456 if ((net->last_sent_time.tv_sec > 0) ||
1457 (net->last_sent_time.tv_usec > 0)) {
1462 timevalsub(&diff, &net->last_sent_time);
1467 timersub(&now, &net->last_sent_time, &diff);
Dsctp_structs.h330 struct timeval last_sent_time; member
Dsctp_output.c5364 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time);
7541 data_list[i]->sent_rcv_time = net->last_sent_time;
8760 net->last_sent_time = *now;
9029 net->last_sent_time = *now;
9366 net->last_sent_time = *now;