Revert "sit: reload iphdr in ipip6_rcv"
This reverts commit b699d00358
.
As per Eric Dumazet, the pskb_may_pull() is a NOP in this
particular case, so the 'iph' reload is unnecessary.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
269f9883fe
commit
f4eb17e1ef
|
@ -657,7 +657,6 @@ static int ipip6_rcv(struct sk_buff *skb)
|
||||||
if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6),
|
if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6),
|
||||||
!net_eq(tunnel->net, dev_net(tunnel->dev))))
|
!net_eq(tunnel->net, dev_net(tunnel->dev))))
|
||||||
goto out;
|
goto out;
|
||||||
iph = ip_hdr(skb);
|
|
||||||
|
|
||||||
err = IP_ECN_decapsulate(iph, skb);
|
err = IP_ECN_decapsulate(iph, skb);
|
||||||
if (unlikely(err)) {
|
if (unlikely(err)) {
|
||||||
|
|
Loading…
Reference in New Issue