ieee80211_txb 1086 include/net/ieee80211.h int (*hard_start_xmit) (struct ieee80211_txb * txb, ieee80211_txb 190 net/ieee80211/ieee80211_tx.c static struct ieee80211_txb *ieee80211_alloc_txb(int nr_frags, int txb_size, ieee80211_txb 193 net/ieee80211/ieee80211_tx.c struct ieee80211_txb *txb; ieee80211_txb 195 net/ieee80211/ieee80211_tx.c txb = kmalloc(sizeof(struct ieee80211_txb) + (sizeof(u8 *) * nr_frags), ieee80211_txb 200 net/ieee80211/ieee80211_tx.c memset(txb, 0, sizeof(struct ieee80211_txb)); ieee80211_txb 257 net/ieee80211/ieee80211_tx.c struct ieee80211_txb *txb = NULL;