Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A 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()
163 SCTP_CHUNK_MATCH_ANY | SCTP_CHUNK_MATCH_ONLY)) in sctp_mt_check()
/linux/include/uapi/linux/netfilter/
H A Dxt_sctp.h29 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */ macro