aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_ecn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/inet_ecn.h')
-rw-r--r--include/net/inet_ecn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_ecn.h b/include/net/inet_ecn.h
index 6fd4452c15d9..06a2c69a89e5 100644
--- a/include/net/inet_ecn.h
+++ b/include/net/inet_ecn.h
@@ -122,7 +122,7 @@ static inline int INET_ECN_set_ce(struct sk_buff *skb)
122 case __constant_htons(ETH_P_IPV6): 122 case __constant_htons(ETH_P_IPV6):
123 if (skb_network_header(skb) + sizeof(struct ipv6hdr) <= 123 if (skb_network_header(skb) + sizeof(struct ipv6hdr) <=
124 skb->tail) 124 skb->tail)
125 return IP6_ECN_set_ce(skb->nh.ipv6h); 125 return IP6_ECN_set_ce(ipv6_hdr(skb));
126 break; 126 break;
127 } 127 }
128 128