off_vlan          461 net/8021q/vlan_core.c 	unsigned int hlen, off_vlan;
off_vlan          468 net/8021q/vlan_core.c 	off_vlan = skb_gro_offset(skb);
off_vlan          469 net/8021q/vlan_core.c 	hlen = off_vlan + sizeof(*vhdr);
off_vlan          470 net/8021q/vlan_core.c 	vhdr = skb_gro_header_fast(skb, off_vlan);
off_vlan          472 net/8021q/vlan_core.c 		vhdr = skb_gro_header_slow(skb, hlen, off_vlan);
off_vlan          492 net/8021q/vlan_core.c 		vhdr2 = (struct vlan_hdr *)(p->data + off_vlan);