]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/sctp/outqueue.c
sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk
[net-next-2.6.git] / net / sctp / outqueue.c
index e333d58336161fe51009befc1ff8436b01b3a5f5..a4fe7dee76e89d1a67f01c16a1057f33adf0d9fe 100644 (file)
@@ -308,7 +308,7 @@ int sctp_outq_tail(struct sctp_outq *q, struct sctp_chunk *chunk)
        /* If it is data, queue it up, otherwise, send it
         * immediately.
         */
-       if (SCTP_CID_DATA == chunk->chunk_hdr->type) {
+       if (sctp_chunk_is_data(chunk)) {
                /* Is it OK to queue data chunks?  */
                /* From 9. Termination of Association
                 *