netfilter: rename ipt_recent to xt_recent
authorJan Engelhardt <jengelh@computergmbh.de>
Wed, 8 Oct 2008 09:35:00 +0000 (11:35 +0200)
committerPatrick McHardy <kaber@trash.net>
Wed, 8 Oct 2008 09:35:00 +0000 (11:35 +0200)
commite948b20a71a06a740c925d6ea22b59b4e17cfa0c
tree6298c43d1b6aa424c47e1dec8dfd3d932b813dcc
parent76108cea065cda58366d16a7eb6ca90d717a1396
netfilter: rename ipt_recent to xt_recent

Like with other modules (such as ipt_state), ipt_recent.h is changed
to forward definitions to (IOW include) xt_recent.h, and xt_recent.c
is changed to use the new constant names.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/Kbuild
include/linux/netfilter/xt_recent.h [new file with mode: 0644]
include/linux/netfilter_ipv4/ipt_recent.h
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_recent.c [moved from net/ipv4/netfilter/ipt_recent.c with 92% similarity]