Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/uapi/linux/netfilter/
Dxt_sctp.h29 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */ macro