Lines Matching defs:asconf
895 * For cookie and asconf we actually need to find and mark for resend,
1040 struct sctp_tmit_chunk *asconf, *chk;
1044 /* compose a new ASCONF chunk and send it */
1047 /* Retransmission of the existing ASCONF needed... */
1049 /* find the existing ASCONF */
1050 TAILQ_FOREACH(asconf, &stcb->asoc.control_send_queue,
1052 if (asconf->rec.chunk_id == SCTP_ASCONF) {
1056 if (asconf == NULL) {
1059 printf("Strange, asconf timer fires, but I can't find an asconf?\n");
1065 if (sctp_threshold_management(inp, stcb, asconf->whoTo,
1075 if (asconf->snd_count > stcb->asoc.max_send_times) {
1080 * Mark this peer as ASCONF incapable and cleanup
1094 sctp_backoff_on_timeout(stcb, asconf->whoTo, 1, 0);
1095 alt = sctp_find_alternate_net(stcb, asconf->whoTo);
1096 sctp_free_remote_addr(asconf->whoTo);
1097 asconf->whoTo = alt;
1122 if (asconf->sent != SCTP_DATAGRAM_RESEND)
1124 asconf->sent = SCTP_DATAGRAM_RESEND;