Home
last modified time | relevance | path

Searched refs:old_ctx (Results 1 – 4 of 4) sorted by relevance

/net/mac80211/
Dchan.c1026 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_use_reserved_reassign() local
1035 old_ctx = ieee80211_vif_get_chanctx(sdata); in ieee80211_vif_use_reserved_reassign()
1043 if (WARN_ON(!old_ctx)) in ieee80211_vif_use_reserved_reassign()
1058 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_vif_use_reserved_reassign()
1081 if (ieee80211_chanctx_refcount(local, old_ctx) == 0) in ieee80211_vif_use_reserved_reassign()
1082 ieee80211_free_chanctx(local, old_ctx); in ieee80211_vif_use_reserved_reassign()
1105 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_use_reserved_assign() local
1109 old_ctx = ieee80211_vif_get_chanctx(sdata); in ieee80211_vif_use_reserved_assign()
1115 if (WARN_ON(old_ctx)) in ieee80211_vif_use_reserved_assign()
1151 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_has_in_place_reservation() local
[all …]
Ddriver-ops.c290 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local
291 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
295 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx()
313 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local
314 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
319 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
Dtrace.h1617 old_ctx->def.chan->center_freq);
1619 old_ctx->def.chan->freq_offset);
1621 old_ctx->def.width);
1623 old_ctx->def.center_freq1);
1625 old_ctx->def.freq1_offset);
1627 old_ctx->def.center_freq2);
/net/mptcp/
Dsubflow.c490 struct mptcp_subflow_context *old_ctx) in subflow_ulp_fallback() argument
494 mptcp_subflow_tcp_fallback(sk, old_ctx); in subflow_ulp_fallback()
1350 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); in subflow_ulp_clone() local
1355 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone()
1361 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone()
1366 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops; in subflow_ulp_clone()
1367 new_ctx->tcp_data_ready = old_ctx->tcp_data_ready; in subflow_ulp_clone()
1368 new_ctx->tcp_state_change = old_ctx->tcp_state_change; in subflow_ulp_clone()
1369 new_ctx->tcp_write_space = old_ctx->tcp_write_space; in subflow_ulp_clone()