aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ip_input.c')
-rw-r--r--net/ipv4/ip_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c
index 237880a80432..324e7e0fdb2a 100644
--- a/net/ipv4/ip_input.c
+++ b/net/ipv4/ip_input.c
@@ -201,7 +201,7 @@ static inline int ip_local_deliver_finish(struct sk_buff *skb)
201 __skb_pull(skb, ip_hdrlen(skb)); 201 __skb_pull(skb, ip_hdrlen(skb));
202 202
203 /* Point into the IP datagram, just past the header. */ 203 /* Point into the IP datagram, just past the header. */
204 skb->h.raw = skb->data; 204 skb_reset_transport_header(skb);
205 205
206 rcu_read_lock(); 206 rcu_read_lock();
207 { 207 {