Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1125 struct ethervlan_header *evh; in pktsetprio() local
1139 evh = (struct ethervlan_header *)eh; in pktsetprio()
1141 vlan_tag = ntoh16(evh->vlan_tag); in pktsetprio()
1144 if (evh->ether_type == hton16(ETHER_TYPE_IP)) { in pktsetprio()
1168 evh->vlan_tag = hton16(vlan_tag); in pktsetprio()