From: Jan Engelhardt Date: Wed, 8 Oct 2008 09:35:00 +0000 (+0200) Subject: netfilter: Introduce NFPROTO_* constants X-Git-Tag: v2.6.28-rc1~717^2~109^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9c6eeb136a46dfd941852803b3a9dd78939b69;p=pandora-kernel.git netfilter: Introduce NFPROTO_* constants The netfilter subsystem only supports a handful of protocols (much less than PF_*) and even non-PF protocols like ARP and pseudo-protocols like PF_BRIDGE. By creating NFPROTO_*, we can earn a few memory savings on arrays that previously were always PF_MAX-sized and keep the pseudo-protocols to ourselves. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed