linux/net/bridge
Andrew Morton 65b4b4e81a [NETFILTER]: Rename init functions.
Every netfilter module uses `init' for its module_init() function and
`fini' or `cleanup' for its module_exit() function.

Problem is, this creates uninformative initcall_debug output and makes
ctags rather useless.

So go through and rename them all to $(filename)_init and
$(filename)_fini.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-28 17:02:48 -08:00
..
netfilter [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
Kconfig
Makefile
br.c
br_device.c
br_fdb.c
br_forward.c
br_if.c
br_input.c [BRIDGE]: Remove duplicate const from is_link_local() argument type. 2006-03-20 23:00:56 -08:00
br_ioctl.c
br_netfilter.c
br_notify.c
br_private.h [BRIDGE]: allow show/store of group multicast address 2006-03-20 22:59:21 -08:00
br_private_stp.h
br_stp.c
br_stp_bpdu.c [BRIDGE]: Unaligned accesses in the ethernet bridge 2006-03-24 15:44:57 -08:00
br_stp_if.c
br_stp_timer.c
br_sysfs_br.c [BRIDGE]: allow show/store of group multicast address 2006-03-20 22:59:21 -08:00
br_sysfs_if.c