Lines Matching full:match
52 "recent match options:\n"
54 "[!] --rcheck Match if source address in list.\n"
55 "[!] --update Match if source address in list, also update last-seen time.\n"
56 "[!] --remove Match if source address in list, also removes that address from list.\n"
58 " Specifies that the match will only occur if source address last seen within\n"
61 " Specifies that the match will only occur if source address seen hits times.\n"
64 " Specifies that the match will only occur if the source address and the TTL\n"
65 " match between this packet and the one which was set.\n"
69 " --rsource Match/Save the source address of each packet in the recent list table (default).\n"
70 " --rdest Match/Save the destination address of each packet in the recent list table.\n"
74 static void recent_init(struct xt_entry_match *match)
76 struct xt_recent_mtinfo *info = (void *)(match)->data;
131 static void recent_print(const void *ip, const struct xt_entry_match *match,
134 const struct xt_recent_mtinfo *info = (const void *)match->data;
151 printf(" TTL-Match");
159 static void recent_save(const void *ip, const struct xt_entry_match *match)
161 const struct xt_recent_mtinfo *info = (const void *)match->data;