Lines Matching refs:match
1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
22 "COMMENT match options:\n"
50 struct ipt_entry_match **match)
52 struct ipt_comment_info *commentinfo = (struct ipt_comment_info *)(*match)->data;
77 "COMMENT match: You must specify `--comment'");
83 const struct ipt_entry_match *match,
86 struct ipt_comment_info *commentinfo = (struct ipt_comment_info *)match->data;
94 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
96 struct ipt_comment_info *commentinfo = (struct ipt_comment_info *)match->data;