Home | History | Annotate | Download | only in netinet6

Lines Matching defs:asoc

327 	if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag))
349 if (stcb->asoc.smallest_mtu > nxtsz) {
353 stcb->asoc.smallest_mtu = nxtsz;
356 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
361 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
369 stcb->asoc.sent_queue_retran_cnt++;
377 stcb->asoc.total_flight -= chk->send_size;
381 TAILQ_FOREACH(strm, &stcb->asoc.out_wheel, next_spoke) {
715 struct sctp_association *asoc;
722 asoc = &stcb->asoc;
723 if (!TAILQ_EMPTY(&asoc->out_wheel)) {
726 TAILQ_FOREACH(outs, &asoc->out_wheel,
735 if (TAILQ_EMPTY(&asoc->send_queue) &&
736 TAILQ_EMPTY(&asoc->sent_queue) &&
739 if ((SCTP_GET_STATE(asoc) !=
741 (SCTP_GET_STATE(asoc) !=
752 sctp_send_shutdown(stcb, stcb->asoc.primary_destination);
754 asoc->state = SCTP_STATE_SHUTDOWN_SENT;
757 asoc->primary_destination);
760 asoc->primary_destination);
773 asoc->state |= SCTP_STATE_SHUTDOWN_PENDING;
1031 stcb->asoc.state = SCTP_STATE_COOKIE_WAIT;
1032 SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
1080 TAILQ_FOREACH(net, &stcb->asoc.nets, sctp_next) {
1154 TAILQ_FOREACH(net, &stcb->asoc.nets, sctp_next) {