SCTP_DATA
#define IS_SCTP_CONTROL(a) ((a)->chunk_type != SCTP_DATA)
#define IS_SCTP_DATA(a) ((a)->chunk_type == SCTP_DATA)
while (ch->ch.chunk_type == SCTP_DATA) {
case SCTP_DATA:
if (desc.chunk_type == SCTP_DATA) {
if (desc.chunk_type == SCTP_DATA) {
dchkh->ch.chunk_type = SCTP_DATA;