Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dxt_sctp.c56 if (chunk_match_type == SCTP_CHUNK_MATCH_ALL) in match_packet()
85 case SCTP_CHUNK_MATCH_ALL: in match_packet()
106 case SCTP_CHUNK_MATCH_ALL: in match_packet()
161 if (info->chunk_match_type & (SCTP_CHUNK_MATCH_ALL | in sctp_mt_check()
/Linux-v5.15/include/uapi/linux/netfilter/
Dxt_sctp.h28 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */ macro