Searched refs:SCTP_IDATA (Results 1 – 6 of 6) 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
1735 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()1886 if ((chk_type == SCTP_IDATA) && in sctp_process_a_data_chunk()2061 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()2067 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()2086 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()2787 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()2798 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
3478 case SCTP_IDATA:4633 } else if (desc.chunk_type == SCTP_IDATA) {
5208 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;6481 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;8159 ndchkh->ch.chunk_type = SCTP_IDATA;
7450 case SCTP_IDATA: