Searched refs:attrsize (Results 1 – 1 of 1) sorted by relevance
11803 unsigned int attrsize = NUM_NL80211_ATTR * sizeof(struct nlattr *); in nl80211_process_links() local11804 struct nlattr **attrs __free(kfree) = kzalloc(attrsize, GFP_KERNEL); in nl80211_process_links()11813 memset(attrs, 0, attrsize); in nl80211_process_links()