EVL_ENCAPLEN     1847 dev/pci/if_sk.c 		pp += EVL_ENCAPLEN;
EVL_ENCAPLEN      966 net/if_trunk.c 		    trunk_lb_gethdr(m, off, EVL_ENCAPLEN, &vlanbuf)) == NULL)
EVL_ENCAPLEN      970 net/if_trunk.c 		off += EVL_ENCAPLEN;
EVL_ENCAPLEN      143 net/if_vlan.c  	ifp->if_hdrlen = EVL_ENCAPLEN;
EVL_ENCAPLEN      281 net/if_vlan.c  	if (m->m_len < EVL_ENCAPLEN &&
EVL_ENCAPLEN      282 net/if_vlan.c  	    (m = m_pullup(m, EVL_ENCAPLEN)) == NULL) {
EVL_ENCAPLEN      311 net/if_vlan.c  	m->m_len -= EVL_ENCAPLEN;
EVL_ENCAPLEN      312 net/if_vlan.c  	m->m_data += EVL_ENCAPLEN;
EVL_ENCAPLEN      313 net/if_vlan.c  	m->m_pkthdr.len -= EVL_ENCAPLEN;
EVL_ENCAPLEN      349 net/if_vlan.c  		ifv->ifv_if.if_mtu = p->if_mtu - EVL_ENCAPLEN;
EVL_ENCAPLEN      555 net/if_vlan.c  				p_mtu = ifv->ifv_p->if_mtu - EVL_ENCAPLEN;