Home
last modified time | relevance | path

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

/linux-2.6.39/net/netfilter/
Dxt_sctp.c90 case SCTP_CHUNK_MATCH_ONLY: in match_packet()
98 case SCTP_CHUNK_MATCH_ONLY: in match_packet()
109 case SCTP_CHUNK_MATCH_ONLY: in match_packet()
161 SCTP_CHUNK_MATCH_ANY | SCTP_CHUNK_MATCH_ONLY)) in sctp_mt_check()
/linux-2.6.39/include/linux/netfilter/
Dxt_sctp.h28 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */ macro