From: Florian Westphal Date: Mon, 29 Sep 2014 11:08:30 +0000 (+0200) Subject: tcp: change TCP_ECN prefixes to lower case X-Git-Tag: fixes-against-v3.18-rc2~144^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735d383117e113403442d971b23e7cfa2f876c7c;p=pandora-kernel.git tcp: change TCP_ECN prefixes to lower case Suggested by Stephen. Also drop inline keyword and let compiler decide. gcc 4.7.3 decides to no longer inline tcp_ecn_check_ce, so split it up. The actual evaluation is not inlined anymore while the ECN_OK test is. Suggested-by: Stephen Hemminger Signed-off-by: Daniel Borkmann Signed-off-by: Florian Westphal Signed-off-by: David S. Miller --- Reading git-diff-tree failed