Searched refs:IS_SCTP_CONTROL (Results 1 – 4 of 4) sorted by relevance
384 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA)) macro
4584 while (IS_SCTP_CONTROL(ch)) { in sctp_process_control()5473 if (IS_SCTP_CONTROL(ch)) { in sctp_common_input_processing()
1108 while (IS_SCTP_CONTROL(chunk_hdr)) { in sctp_PktParser()