Lines Matching refs:grc
633 struct gro_remcsum *grc, in vxlan_gro_remcsum() argument
648 start, offset, grc, nopartial); in vxlan_gro_remcsum()
658 struct gro_remcsum *grc) in vxlan_gro_prepare_receive() argument
666 skb_gro_remcsum_init(grc); in vxlan_gro_prepare_receive()
680 vh->vx_vni, grc, in vxlan_gro_prepare_receive()
710 struct gro_remcsum grc; in vxlan_gro_receive() local
713 if (vxlan_gro_prepare_receive(sk, head, skb, &grc)) { in vxlan_gro_receive()
717 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive()
727 struct gro_remcsum grc; in vxlan_gpe_gro_receive() local
732 vh = vxlan_gro_prepare_receive(sk, head, skb, &grc); in vxlan_gpe_gro_receive()
743 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gpe_gro_receive()