Searched refs:SCTP_CHUNK_MATCH_ALL (Results 1 – 2 of 2) sorted by relevance
56 if (chunk_match_type == SCTP_CHUNK_MATCH_ALL) in match_packet()85 case SCTP_CHUNK_MATCH_ALL: in match_packet()106 case SCTP_CHUNK_MATCH_ALL: in match_packet()161 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