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