Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88318
b: refs/heads/master
c: e9df2e8
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Apr 14, 2008
1 parent e7582f9 commit 3a483b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7cd636fe9ce5de0051c11283911baca4291868c8
refs/heads/master: e9df2e8fd8fbc95c57dbd1d33dada66c4627b44c
2 changes: 1 addition & 1 deletion trunk/include/net/inet_ecn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(inet6_sk(sk)->tclass)) \
(label) |= htonl(INET_ECN_ECT_0 << 20); \
} while (0)

Expand Down

0 comments on commit 3a483b7

Please sign in to comment.