Lines Matching defs:old
837 struct probe_resp *new, *old;
842 old = sdata_dereference(sdata->u.ap.probe_resp, sdata);
857 if (old)
858 kfree_rcu(old, rcu_head);
866 struct fils_discovery_data *new, *old = NULL;
876 old = sdata_dereference(sdata->u.ap.fils_discovery, sdata);
884 if (old)
885 kfree_rcu(old, rcu_head);
894 struct unsol_bcast_probe_resp_data *new, *old = NULL;
899 old = sdata_dereference(sdata->u.ap.unsol_bcast_probe_resp, sdata);
907 if (old)
908 kfree_rcu(old, rcu_head);
921 struct ieee80211_ftm_responder_params *new, *old;
930 old = bss_conf->ftmr_params;
953 kfree(old);
962 struct beacon_data *new, *old;
967 old = sdata_dereference(sdata->u.ap.beacon, sdata);
971 if (!params->head && !old)
974 /* new or old head? */
978 new_head_len = old->head_len;
980 /* new or old tail? */
981 if (params->tail || !old)
985 new_tail_len = old->tail_len;
1015 memcpy(new->head, old->head, new_head_len);
1021 if (old)
1022 memcpy(new->tail, old->tail, new_tail_len);
1051 if (old)
1052 kfree_rcu(old, rcu_head);
1062 struct beacon_data *old;
1074 old = sdata_dereference(sdata->u.ap.beacon, sdata);
1075 if (old)
1205 old = sdata_dereference(sdata->u.ap.beacon, sdata);
1207 if (old)
1208 kfree_rcu(old, rcu_head);
1234 struct beacon_data *old;
1246 old = sdata_dereference(sdata->u.ap.beacon, sdata);
1247 if (!old)