Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dxt_sctp.c55 if (chunk_match_type == SCTP_CHUNK_MATCH_ALL) in match_packet()
84 case SCTP_CHUNK_MATCH_ALL: in match_packet()
105 case SCTP_CHUNK_MATCH_ALL: in match_packet()
162 if (info->chunk_match_type & (SCTP_CHUNK_MATCH_ALL | in sctp_mt_check()
/linux-6.12.1/include/uapi/linux/netfilter/
Dxt_sctp.h28 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */ macro