Searched refs:IS_SCTP_CONTROL (Results 1 – 3 of 3) sorted by relevance
387 #define IS_SCTP_CONTROL(a) ((a)->chunk_type != SCTP_DATA) macro
4723 while (IS_SCTP_CONTROL(ch)) { in sctp_process_control()5815 if (IS_SCTP_CONTROL(ch)) { in sctp_common_input_processing()
1089 while (IS_SCTP_CONTROL(chunk_hdr)) { in sctp_PktParser()