Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

15 "tcp match options:\n"
16 "[!] --tcp-flags mask comp match when TCP flags & mask == comp\n"
18 "[!] --syn match when only SYN flag set\n"
22 " match source port(s)\n"
25 " match destination port(s)\n"
26 "[!] --tcp-option number match if TCP option set\n");
142 const void *entry, struct xt_entry_match **match)
144 struct xt_tcp *tcpinfo = (struct xt_tcp *)(*match)->data;
299 tcp_print(const void *ip, const struct xt_entry_match *match, int numeric)
301 const struct xt_tcp *tcp = (struct xt_tcp *)match->data;
321 static void tcp_save(const void *ip, const struct xt_entry_match *match)
323 const struct xt_tcp *tcpinfo = (struct xt_tcp *)match->data;