Searched refs:vh2 (Results 1 – 2 of 2) sorted by relevance
204 #define PCMCIA_DEVICE_PROD_ID12_INFO(v1, v2, vh1, vh2, info) { \ argument208 .prod_id_hash = { (vh1), (vh2), 0, 0 }, \
733 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() local771 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive()772 if (vh->vx_flags != vh2->vx_flags || in vxlan_gro_receive()773 vh->vx_vni != vh2->vx_vni) { in vxlan_gro_receive()