Lines Matching refs:match
36 "CONNMARK match v%s options:\n"
37 "[!] --mark value[/mask] Match nfmark value with optional mask\n"
47 /* Initialize the match. */
61 struct ipt_entry_match **match)
63 struct ipt_connmark_info *markinfo = (struct ipt_connmark_info *)(*match)->data;
104 "MARK match: You must specify `--mark'");
110 const struct ipt_entry_match *match,
113 struct ipt_connmark_info *info = (struct ipt_connmark_info *)match->data;
115 printf("CONNMARK match ");
123 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
125 struct ipt_connmark_info *info = (struct ipt_connmark_info *)match->data;