|
@@ -875,6 +875,7 @@ static struct sk_buff **ipv6_gro_receive(struct sk_buff **head,
|
|
skb_reset_transport_header(skb);
|
|
skb_reset_transport_header(skb);
|
|
__skb_push(skb, skb_gro_offset(skb));
|
|
__skb_push(skb, skb_gro_offset(skb));
|
|
|
|
|
|
|
|
+ ops = rcu_dereference(inet6_protos[proto]);
|
|
if (!ops || !ops->gro_receive)
|
|
if (!ops || !ops->gro_receive)
|
|
goto out_unlock;
|
|
goto out_unlock;
|
|
|
|
|