Searched refs:SCTP_CHUNK_MATCH_ALL (Results 1 – 2 of 2) sorted by relevance
55 if (chunk_match_type == SCTP_CHUNK_MATCH_ALL) in match_packet()84 case SCTP_CHUNK_MATCH_ALL: in match_packet()105 case SCTP_CHUNK_MATCH_ALL: in match_packet()162 if (info->chunk_match_type & (SCTP_CHUNK_MATCH_ALL | in sctp_mt_check()
28 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */ macro