[DCCP]: Introduce a consistent naming scheme for sysctls
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 13 Nov 2006 15:25:41 +0000 (13:25 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:22:19 +0000 (21:22 -0800)
commitafb0a34dd3e20b3f534de19993271b8664cf10bb
treef7660923d8dfa7e75ea655b99a6b608d67dea327
parent2e2e9e92bd723244ea20fa488b1780111f2b05e1
[DCCP]: Introduce a consistent naming scheme for sysctls

In order to make their function clearer and obtain a consistent naming
scheme to identify sysctls, all existing DCCP sysctls have been prefixed
with `sysctl_dccp', following the same convention as used by TCP.

Feature-specific sysctls retain the `feat' in the middle, although the
`default' has been dropped, since it is obvious from use.

Also removed a duplicate `dccp_feat_default_sequence_window' in ipv4.c.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/dccp.h
net/dccp/ipv4.c
net/dccp/minisocks.c
net/dccp/options.c
net/dccp/sysctl.c