commit | 2566a509cacc8b8eaea2e5b54068816c9cfb41c2 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Sat Nov 05 21:14:04 2005 +0100 |
committer | Thomas Graf <tgr@axs.localdomain> | Sat Nov 05 22:02:24 2005 +0100 |
tree | 1413b02bd2e8a7c3046f10ed92af49e165ea8369 | |
parent | a783474591f2eed0348e08b15934fa9a25e23b3e [diff] |
[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 <tgraf@suug.ch> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>