• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/

Lines Matching defs:pkt_data

1062 		struct ieee80211_tx_packet_data *pkt_data;
1090 pkt_data = (struct ieee80211_tx_packet_data *)tx->skb->cb;
1091 pkt_data->jiffies = jiffies;
1181 struct ieee80211_tx_packet_data *pkt_data;
1184 pkt_data = (struct ieee80211_tx_packet_data *)skb->cb;
1185 dev = dev_get_by_index(pkt_data->ifindex);
1442 struct ieee80211_tx_packet_data *pkt_data;
1451 pkt_data = (struct ieee80211_tx_packet_data *)skb->cb;
1454 if (pkt_data->ifindex)
1455 odev = dev_get_by_index(pkt_data->ifindex);
1481 if (pkt_data->req_tx_status)
1483 if (pkt_data->do_not_encrypt)
1485 if (pkt_data->requeue)
1487 control.queue = pkt_data->queue;
1516 struct ieee80211_tx_packet_data *pkt_data;
1655 pkt_data = (struct ieee80211_tx_packet_data *)skb->cb;
1656 memset(pkt_data, 0, sizeof(struct ieee80211_tx_packet_data));
1657 pkt_data->ifindex = sdata->dev->ifindex;
1658 pkt_data->mgmt_iface = (sdata->type == IEEE80211_IF_TYPE_MGMT);
1659 pkt_data->do_not_encrypt = no_encrypt;
1694 struct ieee80211_tx_packet_data *pkt_data;
1716 pkt_data = (struct ieee80211_tx_packet_data *) skb->cb;
1717 memset(pkt_data, 0, sizeof(struct ieee80211_tx_packet_data));
1718 pkt_data->ifindex = sdata->dev->ifindex;
1719 pkt_data->mgmt_iface = (sdata->type == IEEE80211_IF_TYPE_MGMT);
1729 pkt_data->req_tx_status = 1;
1734 pkt_data->do_not_encrypt = !(fc & IEEE80211_FCTL_PROTECTED);
2991 struct ieee80211_tx_packet_data *pkt_data;
3010 pkt_data = (struct ieee80211_tx_packet_data *) skb->cb;
3012 pkt_data->requeue = 1;
3016 pkt_data = (struct ieee80211_tx_packet_data *) skb->cb;
3024 pkt_data->requeue = 1;
4222 struct ieee80211_tx_packet_data *pkt_data;
4224 pkt_data = (struct ieee80211_tx_packet_data *)skb->cb;
4225 pkt_data->ifindex = control->ifindex;
4226 pkt_data->mgmt_iface = (control->type == IEEE80211_IF_TYPE_MGMT);
4227 pkt_data->req_tx_status = !!(control->flags & IEEE80211_TXCTL_REQ_TX_STATUS);
4228 pkt_data->do_not_encrypt = !!(control->flags & IEEE80211_TXCTL_DO_NOT_ENCRYPT);
4229 pkt_data->requeue = !!(control->flags & IEEE80211_TXCTL_REQUEUE);
4230 pkt_data->queue = control->queue;