Searched refs:skip_header_bytes (Results 1 – 2 of 2) sorted by relevance
73 int hdr_len, encaps_len, skip_header_bytes; in hostap_data_start_xmit() local129 skip_header_bytes = ETH_HLEN; in hostap_data_start_xmit()133 skip_header_bytes -= 2; in hostap_data_start_xmit()137 skip_header_bytes -= 2; in hostap_data_start_xmit()212 skb_pull(skb, skip_header_bytes); in hostap_data_start_xmit()
2545 int encaps_len, skip_header_bytes; in ieee80211_build_hdr() local2833 skip_header_bytes = ETH_HLEN; in ieee80211_build_hdr()2837 skip_header_bytes -= 2; in ieee80211_build_hdr()2841 skip_header_bytes -= 2; in ieee80211_build_hdr()2847 skb_pull(skb, skip_header_bytes); in ieee80211_build_hdr()