Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dxt_sctp.c154 if (info->flags & ~XT_SCTP_VALID_FLAGS) in sctp_mt_check()
156 if (info->invflags & ~XT_SCTP_VALID_FLAGS) in sctp_mt_check()
/linux-6.12.1/include/uapi/linux/netfilter/
Dxt_sctp.h11 #define XT_SCTP_VALID_FLAGS 0x07 macro