Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dxt_sctp.c47 int chunk_match_type = info->chunk_match_type; in match_packet() local
55 if (chunk_match_type == SCTP_CHUNK_MATCH_ALL) in match_packet()
76 switch (chunk_match_type) { in match_packet()
97 switch (chunk_match_type) { in match_packet()
104 switch (chunk_match_type) { 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.h31 __u32 chunk_match_type; member