Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

17 "MARK match v%s options:\n"
18 "[!] --mark value[/mask] Match nfmark value with optional mask\n"
34 struct ipt_entry_match **match)
36 struct ipt_mark_info *markinfo = (struct ipt_mark_info *)(*match)->data;
94 "MARK match: You must specify `--mark'");
100 const struct ipt_entry_match *match,
103 struct ipt_mark_info *info = (struct ipt_mark_info *)match->data;
105 printf("MARK match ");
115 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
117 struct ipt_mark_info *info = (struct ipt_mark_info *)match->data;