projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd636f
)
[IPV6]: Use appropriate sock tclass setting for routing lookup.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Mon, 14 Apr 2008 06:40:51 +0000
(23:40 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 14 Apr 2008 06:40:51 +0000
(23:40 -0700)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_ecn.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/inet_ecn.h
b/include/net/inet_ecn.h
index ba33db0538545a55c39553042278f52d318611e8..7040a782c656e34fd366eca2f6376e01e66303e7 100644
(file)
--- a/
include/net/inet_ecn.h
+++ b/
include/net/inet_ecn.h
@@
-47,7
+47,7
@@
static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner)
} while (0)
#define IP6_ECN_flow_xmit(sk, label) do { \
- if (INET_ECN_is_capable(inet
_sk(sk)->tos))
\
+ if (INET_ECN_is_capable(inet
6_sk(sk)->tclass))
\
(label) |= htonl(INET_ECN_ECT_0 << 20); \
} while (0)