Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_constants.h200 #define IS_SCTP_CONTROL(a) ((a)->chunk_type != SCTP_DATA) macro
H A Dsctp_input.c3178 while (IS_SCTP_CONTROL(ch)) { in sctp_process_control()
3860 if (IS_SCTP_CONTROL(ch)) { in sctp_common_input_processing()