Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dxt_sctp.c77 case SCTP_CHUNK_MATCH_ANY: in match_packet()
107 case SCTP_CHUNK_MATCH_ANY: in match_packet()
163 SCTP_CHUNK_MATCH_ANY | SCTP_CHUNK_MATCH_ONLY)) in sctp_mt_check()
/linux-6.12.1/include/uapi/linux/netfilter/
Dxt_sctp.h27 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */ macro