Lines Matching refs:evl
759 struct ether_vlan_header *evl; in hn_tso_fixup() local
765 PULLUP_HDR(m_head, sizeof(*evl)); in hn_tso_fixup()
766 evl = mtod(m_head, struct ether_vlan_header *); in hn_tso_fixup()
767 if (evl->evl_encap_proto == ntohs(ETHERTYPE_VLAN)) in hn_tso_fixup()
823 const struct ether_vlan_header *evl; in hn_set_hlen() local
826 PULLUP_HDR(m_head, sizeof(*evl)); in hn_set_hlen()
827 evl = mtod(m_head, const struct ether_vlan_header *); in hn_set_hlen()
828 if (evl->evl_encap_proto == ntohs(ETHERTYPE_VLAN)) in hn_set_hlen()
4912 const struct ether_vlan_header *evl; in hn_rxpkt_proto() local
4914 hoff = sizeof(*evl); in hn_rxpkt_proto()
4917 evl = mtod(m_new, const struct ether_vlan_header *); in hn_rxpkt_proto()
4918 etype = ntohs(evl->evl_proto); in hn_rxpkt_proto()