Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dxt_sctp.c78 case SCTP_CHUNK_MATCH_ANY: in match_packet()
108 case SCTP_CHUNK_MATCH_ANY: in match_packet()
162 SCTP_CHUNK_MATCH_ANY | SCTP_CHUNK_MATCH_ONLY)) in sctp_mt_check()
/Linux-v5.15/include/uapi/linux/netfilter/
Dxt_sctp.h27 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */ macro