Searched refs:IS_SCTP_CONTROL (Results 1 – 3 of 3) sorted by relevance
381 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA)) macro
4516 while (IS_SCTP_CONTROL(ch)) { in sctp_process_control()5476 if (IS_SCTP_CONTROL(ch)) { in sctp_common_input_processing()
1121 while (IS_SCTP_CONTROL(chunk_hdr)) { in sctp_PktParser()