Home
last modified time | relevance | path

Searched refs:vhdr2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/8021q/
H A Dvlan_core.c492 struct vlan_hdr *vhdr2; in vlan_gro_receive() local
497 vhdr2 = (struct vlan_hdr *)(p->data + off_vlan); in vlan_gro_receive()
498 if (compare_vlan_header(vhdr, vhdr2)) in vlan_gro_receive()