Searched refs:h_proto (Results 1 – 16 of 16) sorted by relevance
59 __be16 h_proto; member69 __be16 h_proto; member
1944 if (eth_hdr->eth_II.h_proto == htons(ETH_P_IP)) { 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()1962 (eth_hdr->eth_8023.h_proto == htons(ETH_P_IP))) { 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()1991 && (eth_hdr->eth_8023v.h_proto == 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()
856 msg->eh.h_proto = htons(sizeof(*msg) - sizeof(struct ethhdr)); in hdd_softap_ind_l2_update()
29575 ehdr->h_proto = proto; in __wlan_hdd_cfg80211_tx_control_port()
878 uc_tx_hdr.eth.h_proto = qdf_htons(ETH_P_IP); in ol_txrx_ipa_setup_iface()900 uc_tx_hdr_v6.eth.h_proto = qdf_htons(ETH_P_IPV6); in ol_txrx_ipa_setup_iface()1448 uc_tx_hdr->eth.h_proto = cpu_to_be16(ETH_P_IPV6); in ol_txrx_ipa_add_header_info()
3107 uc_tx_hdr.eth.h_proto = qdf_htons(ETH_P_IP); in dp_ipa_setup_iface()3130 uc_tx_hdr_v6.eth.h_proto = qdf_htons(ETH_P_IPV6); in dp_ipa_setup_iface()3390 uc_tx_hdr.eth.h_proto = qdf_htons(ETH_P_IP); in dp_ipa_setup_iface()3410 uc_tx_hdr_v6.eth.h_proto = qdf_htons(ETH_P_IPV6); in dp_ipa_setup_iface()
2063 uint16_t ether_type = ntohs(eh->h_proto); \