Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

1 /* ipv6header match - matches IPv6 packets based
141 "ipv6header v%s match options:\n"
142 "--header [!] headers Type of header to match, by name\n"
190 struct ip6t_entry_match **match)
192 struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)(*match)->data;
255 /* Prints out the match */
258 const struct ip6t_entry_match *match,
261 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data;
280 /* Saves the match */
283 const struct ip6t_entry_match *match)
286 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data;