diff options
Diffstat (limited to 'include/net/inet_ecn.h')
-rw-r--r-- | include/net/inet_ecn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_ecn.h b/include/net/inet_ecn.h index b9ed3898e368..6fd4452c15d9 100644 --- a/include/net/inet_ecn.h +++ b/include/net/inet_ecn.h | |||
@@ -116,7 +116,7 @@ static inline int INET_ECN_set_ce(struct sk_buff *skb) | |||
116 | case __constant_htons(ETH_P_IP): | 116 | case __constant_htons(ETH_P_IP): |
117 | if (skb_network_header(skb) + sizeof(struct iphdr) <= | 117 | if (skb_network_header(skb) + sizeof(struct iphdr) <= |
118 | skb->tail) | 118 | skb->tail) |
119 | return IP_ECN_set_ce(skb->nh.iph); | 119 | return IP_ECN_set_ce(ip_hdr(skb)); |
120 | break; | 120 | break; |
121 | 121 | ||
122 | case __constant_htons(ETH_P_IPV6): | 122 | case __constant_htons(ETH_P_IPV6): |