Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/shared/
Dbcmutils.c905 struct ethervlan_header *evh; in pktsetprio() local
919 evh = (struct ethervlan_header *)eh; in pktsetprio()
921 vlan_tag = ntoh16(evh->vlan_tag); in pktsetprio()
924 if (ntoh16(evh->ether_type) == ETHER_TYPE_IP) { in pktsetprio()
948 evh->vlan_tag = hton16(vlan_tag); in pktsetprio()