Lines Matching defs:link
1042 /* If there is not an established peer link and this is not a peer link
1870 key = rcu_dereference(rx->link->gtk[idx]);
1874 key = rcu_dereference(rx->link->gtk[idx2]);
1989 rx->key = rcu_dereference(rx->link->gtk[mmie_keyidx]);
2004 key = rcu_dereference(rx->link->default_mgmt_key);
2015 key = rcu_dereference(rx->link->gtk[i]);
2050 rx->key = rcu_dereference(rx->link->gtk[keyidx]);
4115 if (WARN_ON_ONCE(!rx->link))
4188 rx->link = rcu_dereference(rx->sdata->link[link_id]);
4191 return rx->link;
4196 rx->link_sta = rcu_dereference(rx->sta->link[link_id]);
4198 return rx->link && rx->link_sta;
4217 rx->link = &rx->sdata->deflink;
4703 link_sta = rcu_dereference(sta->link[rx->link_id]);
4953 struct ieee80211_link_data *link = rx->link;
5002 if (ether_addr_equal(link->conf->addr, hdr->addr1))
5011 else if (ether_addr_equal(link->conf->addr, hdr->addr3))
5082 * Look up link station first, in case there's a
5083 * chance that they might have a link address that
5085 * have the link information if needed.