Home | History | Annotate | Download | only in extensions

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 ip6t_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 ip6t_entry_match *match,
113 struct ipt_connmark_info *info = (struct ipt_connmark_info *)match->data;
115 printf("CONNMARK match ");
123 save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match)
125 struct ipt_connmark_info *info = (struct ipt_connmark_info *)match->data;