Lines Matching refs:meta
74 struct hostap_skb_tx_data *meta; in hostap_data_start_xmit() local
252 meta = (struct hostap_skb_tx_data *) skb->cb; in hostap_data_start_xmit()
253 memset(meta, 0, sizeof(*meta)); in hostap_data_start_xmit()
254 meta->magic = HOSTAP_SKB_TX_DATA_MAGIC; in hostap_data_start_xmit()
256 meta->flags |= HOSTAP_TX_FLAGS_WDS; in hostap_data_start_xmit()
257 meta->ethertype = ethertype; in hostap_data_start_xmit()
258 meta->iface = iface; in hostap_data_start_xmit()
273 struct hostap_skb_tx_data *meta; in hostap_mgmt_start_xmit() local
290 meta = (struct hostap_skb_tx_data *) skb->cb; in hostap_mgmt_start_xmit()
291 memset(meta, 0, sizeof(*meta)); in hostap_mgmt_start_xmit()
292 meta->magic = HOSTAP_SKB_TX_DATA_MAGIC; in hostap_mgmt_start_xmit()
293 meta->iface = iface; in hostap_mgmt_start_xmit()
302 meta->ethertype = (pos[0] << 8) | pos[1]; in hostap_mgmt_start_xmit()
390 struct hostap_skb_tx_data *meta; in hostap_master_start_xmit() local
400 meta = (struct hostap_skb_tx_data *) skb->cb; in hostap_master_start_xmit()
401 if (meta->magic != HOSTAP_SKB_TX_DATA_MAGIC) { in hostap_master_start_xmit()
404 dev->name, meta->magic, HOSTAP_SKB_TX_DATA_MAGIC); in hostap_master_start_xmit()
434 meta = (struct hostap_skb_tx_data *) skb->cb; in hostap_master_start_xmit()
443 meta->ethertype != ETH_P_PAE && in hostap_master_start_xmit()
444 !(meta->flags & HOSTAP_TX_FLAGS_WDS)) { in hostap_master_start_xmit()
447 dev->name, meta->ethertype); in hostap_master_start_xmit()
472 local->ap && local->ap->tx_callback_idx && meta->tx_cb_idx == 0) { in hostap_master_start_xmit()
473 meta->tx_cb_idx = local->ap->tx_callback_idx; in hostap_master_start_xmit()
485 if (local->ieee_802_1x && meta->ethertype == ETH_P_PAE && tx.crypt && in hostap_master_start_xmit()
504 meta->ethertype != ETH_P_PAE) { in hostap_master_start_xmit()
522 meta = (struct hostap_skb_tx_data *) skb->cb; in hostap_master_start_xmit()
523 if (meta->magic != HOSTAP_SKB_TX_DATA_MAGIC) { in hostap_master_start_xmit()
526 dev->name, meta->magic, in hostap_master_start_xmit()