Lines Matching defs:now
537 /* now corrective action */
627 struct timeval now;
629 SCTP_GETTIME_TIMEVAL(&now);
637 if (sctp_is_vtag_good(m, x, &now)) {
656 * Not sure what to do with these right now, we will need to come up
1231 * Now we must convert the to_ticks that are now in
1649 struct timeval now;
1655 SCTP_GETTIME_TIMEVAL(&now);
1657 if ((u_long)now.tv_sec > (u_long)old->tv_sec) {
1658 calc_time = ((u_long)now.tv_sec - (u_long)old->tv_sec) * 1000;
1659 if ((u_long)now.tv_usec > (u_long)old->tv_usec) {
1660 calc_time += (((u_long)now.tv_usec -
1662 } else if ((u_long)now.tv_usec < (u_long)old->tv_usec) {
1666 calc_time += ((int)now.tv_usec/1000);
1670 } else if ((u_long)now.tv_sec == (u_long)old->tv_sec) {
1671 if ((u_long)now.tv_usec > (u_long)old->tv_usec) {
1672 calc_time = ((u_long)now.tv_usec -
1674 } else if ((u_long)now.tv_usec < (u_long)old->tv_usec) {
1742 /* we are now returning the RTT Smoothed */
2578 /* now through all the gunk freeing chunks */
2580 /* now clean up any chunks here */
2672 /* Ok, now lets free it */
2702 /* now free the asoc */
3230 /* now do we have a m_pkthdr */
3325 * Ok so now we must re-position vtag_first to