HomeSort by: relevance | last modified time | path
    Searched refs:whoTo (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/netinet/
sctp_var.h 113 if (tp1->whoTo->flight_size >= tp1->book_size) \
114 tp1->whoTo->flight_size -= tp1->book_size; \
116 tp1->whoTo->flight_size = 0; \
120 (tp1)->whoTo->flight_size += (tp1)->book_size; \
sctp_timer.c 449 sctp_free_remote_addr(chk->whoTo);
458 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) {
557 sctp_free_remote_addr(chk->whoTo);
558 chk->whoTo = alt;
614 if ((chk->whoTo == net) &&
616 sctp_free_remote_addr(chk->whoTo);
617 chk->whoTo = alt;
663 chk->whoTo->flight_size += chk->book_size;
711 if (chk->whoTo == net) {
712 sctp_free_remote_addr(chk->whoTo);
    [all...]
sctp_indata.c 305 sctp_free_remote_addr(chk->whoTo);
322 sctp_free_remote_addr(chk->whoTo);
417 to = rtcache_getdst(&chk->whoTo->ro);
432 chk->whoTo,
493 sctp_free_remote_addr(chk->whoTo);
543 sctp_free_remote_addr(chk->whoTo);
639 to = rtcache_getdst(&chk->whoTo->ro);
654 chk->whoTo,
725 sctp_free_remote_addr(chk->whoTo);
959 sctp_free_remote_addr(chk->whoTo);
    [all...]
sctp_output.c 4046 template->whoTo = net;
4049 template->whoTo = stcb->asoc.primary_destination;
4052 template->whoTo = net;
4339 chk->whoTo->ref_count++;
4440 chk->whoTo->ref_count++;
4839 if (chk->whoTo)
4840 sctp_free_remote_addr(chk->whoTo);
4869 if (chk->whoTo)
4870 sctp_free_remote_addr(chk->whoTo);
4969 sctp_free_remote_addr(chk->whoTo);
    [all...]
sctp_structs.h 246 struct sctp_nets *whoTo;
sctp_input.c 206 sctp_free_remote_addr(chk->whoTo);
207 chk->whoTo = NULL;
2212 stcb, chk->whoTo);
2246 net = lchk->whoTo;
2316 sctp_free_remote_addr(chk->whoTo);
2445 tp1->whoTo->rto_pending = 0;
2467 stcb, tp1->whoTo);
2469 stcb, tp1->whoTo);
2649 sctp_timer_stop(SCTP_TIMER_TYPE_STRRESET, stcb->sctp_ep, stcb, chk->whoTo);
2656 sctp_free_remote_addr(chk->whoTo);
    [all...]
sctputil.c 541 if ((chk->whoTo == lnet) &&
917 chk->whoTo);
2589 if (chk->whoTo)
2590 sctp_free_remote_addr(chk->whoTo);
2591 chk->whoTo = NULL;
2611 if (chk->whoTo)
2612 sctp_free_remote_addr(chk->whoTo);
2613 chk->whoTo = NULL;
2632 if (chk->whoTo)
2633 sctp_free_remote_addr(chk->whoTo);
    [all...]
sctp_pcb.c 3131 chk->whoTo = NULL;
3154 chk->whoTo = NULL;
sctp_usrreq.c 227 if (chk->whoTo) {
228 new_chk->whoTo->ref_count++;

Completed in 26 milliseconds