l2tp: fix l2tp_udp_recv_core()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 8 Nov 2011 18:59:44 +0000 (13:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Nov 2011 18:59:44 +0000 (13:59 -0500)
commite50e705ca71db82a78a3e13fb7abf6b2171ac9c7
tree619ba1fcb3906259b99533a0f53b0b218e52c507
parentea1649dea95fb270af94f75e842402c4cfbfc15f
l2tp: fix l2tp_udp_recv_core()

pskb_may_pull() can change skb->data, so we have to load ptr/optr at the
right place.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c