Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_nbuf.c3990 uint16_t ethproto; member
4125 tso_info->ethproto = vlan_get_protocol(skb); in __qdf_nbuf_get_tso_cmn_seg_info()
4128 if (tso_info->ethproto == htons(ETH_P_IP)) { /* IPv4 */ in __qdf_nbuf_get_tso_cmn_seg_info()
4140 } else if (tso_info->ethproto == htons(ETH_P_IPV6)) { /* IPv6 */ in __qdf_nbuf_get_tso_cmn_seg_info()
4145 tso_info->ethproto); in __qdf_nbuf_get_tso_cmn_seg_info()
4162 if (tso_info->ethproto == htons(ETH_P_IP)) { in __qdf_nbuf_get_tso_cmn_seg_info()
4166 } else if (tso_info->ethproto == htons(ETH_P_IPV6)) { in __qdf_nbuf_get_tso_cmn_seg_info()