Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

16 "tcpmss match v%s options:\n"
17 "[!] --mss value[:value] Match TCP MSS range.\n"
65 struct ipt_entry_match **match)
68 (struct ipt_tcpmss_match_info *)(*match)->data;
106 "tcpmss match: You must specify `--mss'");
112 const struct ipt_entry_match *match,
116 (const struct ipt_tcpmss_match_info *)match->data;
118 printf("tcpmss match ");
125 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
128 (const struct ipt_tcpmss_match_info *)match->data;