Lines Matching refs:match
46 "sctp match options\n"
47 "[!] --source-port port[:port] match source port(s)\n"
49 "[!] --destination-port port[:port] match destination port(s)\n"
51 "[!] --chunk-types (all|any|none) (chunktype[:flags])+ match if all, any or none of\n"
130 DEBUGP("Previous match found\n");
231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
240 "Match type has to be one of \"ALL\", \"ANY\" or \"ONLY\"");
249 const void *entry, struct xt_entry_match **match)
252 = (struct xt_sctp_info *)(*match)->data;
429 sctp_print(const void *ip, const struct xt_entry_match *match, int numeric)
432 (const struct xt_sctp_info *)match->data;
458 static void sctp_save(const void *ip, const struct xt_entry_match *match)
461 (const struct xt_sctp_info *)match->data;