Lines Matching refs:grc
655 struct gro_remcsum *grc, in vxlan_gro_remcsum() argument
670 start, offset, grc, nopartial); in vxlan_gro_remcsum()
680 struct gro_remcsum *grc) in vxlan_gro_prepare_receive() argument
688 skb_gro_remcsum_init(grc); in vxlan_gro_prepare_receive()
702 vh->vx_vni, grc, in vxlan_gro_prepare_receive()
732 struct gro_remcsum grc; in vxlan_gro_receive() local
735 if (vxlan_gro_prepare_receive(sk, head, skb, &grc)) { in vxlan_gro_receive()
739 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive()
749 struct gro_remcsum grc; in vxlan_gpe_gro_receive() local
754 vh = vxlan_gro_prepare_receive(sk, head, skb, &grc); in vxlan_gpe_gro_receive()
765 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gpe_gro_receive()