pertid           1518 include/net/cfg80211.h 	struct cfg80211_tid_stats *pertid;
pertid           6692 include/net/cfg80211.h 	kfree(sinfo->pertid);
pertid           2354 net/mac80211/sta_info.c 			sta_set_tidstats(sta, &sinfo->pertid[i], i);
pertid           5213 net/wireless/nl80211.c 	if (sinfo->pertid) {
pertid           5226 net/wireless/nl80211.c 			tidstats = &sinfo->pertid[tid];
pertid           1960 net/wireless/util.c 	sinfo->pertid = kcalloc(IEEE80211_NUM_TIDS + 1,
pertid           1961 net/wireless/util.c 				sizeof(*(sinfo->pertid)),
pertid           1963 net/wireless/util.c 	if (!sinfo->pertid)