X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=net%2Fipv6%2Fip6_offload.c;h=1fcf61f1cbc33f09919624c78ab918b6258d147f;hb=fcd91dd449867c6bfe56a81cabba76b829fd05cd;hp=e7bfd55899a34ab8a314ecdfb9a98d8a55d0af15;hpb=7aa8e63f0d0f2e0ae353632bca1ce75a258696c6;p=cascardo%2Flinux.git diff --git a/net/ipv6/ip6_offload.c b/net/ipv6/ip6_offload.c index e7bfd55899a3..1fcf61f1cbc3 100644 --- a/net/ipv6/ip6_offload.c +++ b/net/ipv6/ip6_offload.c @@ -246,7 +246,7 @@ static struct sk_buff **ipv6_gro_receive(struct sk_buff **head, skb_gro_postpull_rcsum(skb, iph, nlen); - pp = ops->callbacks.gro_receive(head, skb); + pp = call_gro_receive(ops->callbacks.gro_receive, head, skb); out_unlock: rcu_read_unlock();