From: Thomas Graf Date: Sat, 5 Nov 2005 20:14:04 +0000 (+0100) Subject: [NET]: Introduce INET_ECN_set_ce() function X-Git-Tag: v2.6.15-rc1~452^2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2566a509cacc8b8eaea2e5b54068816c9cfb41c2;p=pandora-kernel.git [NET]: Introduce INET_ECN_set_ce() function Changes IP_ECN_set_ce() and IP6_ECN_set_ce() to return 0 if the CE bits could not bet set because none of the ECT bits are set or 1 if the CE bits are already set or have been successfully set. Introduces INET_ECN_set_ce(skb) to enable CE bits for all supported protocols. Signed-off-by: Thomas Graf Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed