Searched refs:SCTP_IDATA (Results 1 – 5 of 5) sorted by relevance
393 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA))394 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
474 #define SCTP_IDATA 0x40 macro
1715 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()1866 if ((chk_type == SCTP_IDATA) && in sctp_process_a_data_chunk()2041 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()2047 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()2066 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()2768 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()2779 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
5255 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;6529 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;8203 ndchkh->ch.chunk_type = SCTP_IDATA;
7530 case SCTP_IDATA: