Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_sctp.c55 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()
160 if (info->chunk_match_type & (SCTP_CHUNK_MATCH_ALL | in sctp_mt_check()
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_sctp.h27 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */ macro