Searched refs:vlan_offset (Results 1 – 1 of 1) sorted by relevance
304 int vlan_offset; /* offset at which to insert vlan tags; if -1, don't insert */ member1632 if (handlep->vlan_offset != -1) {1654 if (len < (unsigned int) handlep->vlan_offset)1658 memmove(bp, bp + VLAN_TAG_LEN, handlep->vlan_offset);1660 tag = (struct vlan_tag *)(bp + handlep->vlan_offset);3305 handlep->vlan_offset = 2 * ETH_ALEN;3309 handlep->vlan_offset = 14;3313 handlep->vlan_offset = -1; /* unknown */4269 handlep->vlan_offset != -1 &&4270 tp_snaplen >= (unsigned int) handlep->vlan_offset)[all …]