Searched refs:SCTP_ASCONF (Results 1 – 9 of 9) sorted by relevance
489 #define SCTP_ASCONF 0xc1 macro
1175 case SCTP_ASCONF: in sctp_process_unrecog_chunk()3612 case SCTP_ASCONF:3618 if (asconf->rec.chunk_id.id == SCTP_ASCONF) {4829 if (ch->chunk_type == SCTP_ASCONF && stcb == NULL) {4850 } while (asconf_ch != NULL && asconf_ch->chunk_type == SCTP_ASCONF);5008 if (((netp != NULL) && (*netp != NULL)) || (ch->chunk_type == SCTP_ASCONF)) {5513 case SCTP_ASCONF:
1851 case SCTP_ASCONF:1914 if (chunks->chunk_types[i] == SCTP_ASCONF)
5201 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF;6472 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF;7498 if (chk->rec.chunk_id.id == SCTP_ASCONF) {8636 if (chk->rec.chunk_id.id != SCTP_ASCONF) {9866 chk->rec.chunk_id.id = SCTP_ASCONF;10081 } else if (chk->rec.chunk_id.id == SCTP_ASCONF)
3052 sctp_auth_add_chunk(SCTP_ASCONF, m->local_auth_chunks);7429 case SCTP_ASCONF:7535 if (chunks->chunk_types[i] == SCTP_ASCONF)
2650 acp->ch.chunk_type = SCTP_ASCONF; in sctp_compose_asconf()
7596 sctp_auth_delete_chunk(SCTP_ASCONF,7602 sctp_auth_add_chunk(SCTP_ASCONF,
2869 case SCTP_ASCONF: in sctp_process_data()
809 #define SCTP_ASCONF 0xc1 macro