Searched refs:eth_II (Results 1 – 2 of 2) sorted by relevance
73 struct ethhdr eth_II; member
1944 if (eth_hdr->eth_II.h_proto == htons(ETH_P_IP)) { in hdd_wmm_get_user_priority_from_ip_tos()1946 ip_hdr = (struct iphdr *)&pkt[sizeof(eth_hdr->eth_II)]; in hdd_wmm_get_user_priority_from_ip_tos()1952 } else if (eth_hdr->eth_II.h_proto == htons(ETH_P_IPV6)) { in hdd_wmm_get_user_priority_from_ip_tos()1958 } else if ((ntohs(eth_hdr->eth_II.h_proto) < WLAN_MIN_PROTO) && in hdd_wmm_get_user_priority_from_ip_tos()1969 } else if (eth_hdr->eth_II.h_proto == htons(ETH_P_8021Q)) { in hdd_wmm_get_user_priority_from_ip_tos()2015 if (eth_hdr->eth_II.h_proto == in hdd_wmm_get_user_priority_from_ip_tos()