Home
last modified time | relevance | path

Searched refs:IS_SCTP_CONTROL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_constants.h381 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA)) macro
H A Dsctp_input.c4516 while (IS_SCTP_CONTROL(ch)) { in sctp_process_control()
5476 if (IS_SCTP_CONTROL(ch)) { in sctp_common_input_processing()
/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c1121 while (IS_SCTP_CONTROL(chunk_hdr)) { in sctp_PktParser()