Home | History | Annotate | Download | only in extensions

Lines Matching refs:recent

1 /* Shared library add-on to iptables to add recent matching support. */
44 "recent v%s options:\n"
60 " --name name Name of the recent list to be used. DEFAULT used if none given.\n"
61 " --rsource Match/Save the source address of each packet in the recent list table (default).\n"
62 " --rdest Match/Save the destination address of each packet in the recent list table.\n"
95 "recent: only one of `--set', `--rcheck' "
105 "recent: only one of `--set', `--rcheck' "
115 "recent: only one of `--set', `--rcheck' "
125 "recent: only one of `--set', `--rcheck' "
172 "recent: you must specify one of `--set', `--rcheck' "
187 printf("recent: ");
222 static struct iptables_match recent = {
224 .name = "recent",
239 register_match(&recent);