Lines Matching refs:now

1906 			 * IFA locks must now be applied HERE <->
1981 /* now add the parameter */
2514 * ok, now we now need to find one on the list of the addresses. We
2733 /* now try for any higher scope than the destination */
4539 * We set the hop limit now since there is a good
4540 * chance that our ro pointer is now filled
4736 /* now the chunk header */
4787 /* And now tell the peer which extensions we support */
4878 /* now any cookie time extensions */
4926 /* now the addresses */
4930 * we could just sifa in the address within the stcb. But for now
5509 struct timeval now;
5611 (void)SCTP_GETTIME_TIMEVAL(&now);
5612 stc.time_entered.tv_sec = now.tv_sec;
5613 stc.time_entered.tv_usec = now.tv_usec;
5635 * stc.cookie_life. For now we should NOT honor any extension
5841 /* now the chunk header */
5961 /* And now tell the peer which extensions we support */
6059 /* now the addresses */
6063 * could just sifa in the address within the stc.. but for now this
6536 /* now we need another one */
6614 struct timeval *now, int *now_filled, int frag_point, int so_locked
6790 struct timeval now;
6795 &reason, 1, 1, &now, &now_filled, frag_point, SCTP_SO_NOT_LOCKED);
6820 /* now free everything */
7613 * Put the rest of the things in place now. Size was done earlier in
7842 struct timeval *now, int *now_filled, int frag_point, int so_locked
8013 /* now service each destination and send out what we can for it */
8163 * yucko.. for now we take the easy way and
8233 (void)SCTP_GETTIME_TIMEVAL(now);
8236 net->last_sent_time = *now;
8388 * yucko.. for now we take the easy way and
8509 (void)SCTP_GETTIME_TIMEVAL(now);
8512 net->last_sent_time = *now;
8604 * net. For now, this is better than nothing and it disabled
8618 * yet, account for this in the mtu now... if no data can be
8627 /* now lets add any data within the MTU constraints */
8691 * fragment it for now and printing
8845 (void)SCTP_GETTIME_TIMEVAL(now);
8848 net->last_sent_time = *now;
8909 *now = asoc->time_last_sent;
8911 asoc->time_last_sent = *now;
9080 /* get the chunk stuff now and place it in the FRONT of the queue */
9461 int *cnt_out, struct timeval *now, int *now_filled, int *fr_done, int so_locked
9761 * now are there anymore forward from chk to pick
9872 *now = asoc->time_last_sent;
9875 asoc->time_last_sent = *now;
10037 struct timeval now;
10091 &now, &now_filled, frag_point, so_locked);
10096 ret = sctp_chunk_retransmission(inp, stcb, asoc, &num_out, &now, &now_filled, &fr_done, so_locked);
10110 * now lets push out control by calling med-level
10116 &now, &now_filled, frag_point, so_locked);
10143 &now, &now_filled, frag_point, so_locked);
10208 &now, &now_filled, frag_point, so_locked);
10453 * last now points to last one I can report, update
10501 * overhead. So for now... not!
10659 /* Ok now lets formulate a MBUF with our sack */
10879 /* now we must add any dups we are going to report. */
10894 * now that the chunk is prepared queue it to the control chunk
11359 struct timeval now;
11365 (void)SCTP_GETTIME_TIMEVAL(&now);
11412 hb->heartbeat.hb_info.time_value_1 = now.tv_sec;
11413 hb->heartbeat.hb_info.time_value_2 = now.tv_usec;
11749 /* now how long will this param be? */
11799 /* now fix the chunk length */
11822 /* now how long will this param be? */
11840 /* now fix the chunk length */
11862 /* now how long will this param be? */
11868 /* now fix the chunk length */
11890 /* now how long will this param be? */
11897 /* now fix the chunk length */
11982 /* now how long will this param be? */
11991 /* now fix the chunk length */
12014 /* now how long will this param be? */
12024 /* now fix the chunk length */
12047 /* now how long will this param be? */
12056 /* now fix the chunk length */
12252 * Ok now we proceed with copying the old out stuff and
12271 /* now anything on those queues? */
12278 /* now the new streams */
12571 struct timeval now;
12695 /* now we must find the assoc */
12843 * structure may now have an update and thus we may need to
12957 /* we are now done with all control */
13030 /* now move forward the data pointer */
13060 /* now relock the stcb so everything is sane */
13126 /* No room right now ! */
13363 /* wait for space now */
13643 * now relock the stcb so everything
13748 &reason, 1, 1, &now, &now_filled, frag_point, SCTP_SO_LOCKED);