net: add recursion limit to GRO
[cascardo/linux.git] / drivers / net / vxlan.c
index e7d1668..c1639a3 100644 (file)
@@ -583,7 +583,7 @@ static struct sk_buff **vxlan_gro_receive(struct sock *sk,
                }
        }
 
-       pp = eth_gro_receive(head, skb);
+       pp = call_gro_receive(eth_gro_receive, head, skb);
        flush = 0;
 
 out: