Home
last modified time | relevance | path

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

/openbmc/linux/net/8021q/
H A Dvlan_core.c468 unsigned int hlen, off_vlan; in vlan_gro_receive() local
475 off_vlan = skb_gro_offset(skb); in vlan_gro_receive()
476 hlen = off_vlan + sizeof(*vhdr); in vlan_gro_receive()
477 vhdr = skb_gro_header(skb, hlen, off_vlan); in vlan_gro_receive()
497 vhdr2 = (struct vlan_hdr *)(p->data + off_vlan); in vlan_gro_receive()