Home
last modified time | relevance | path

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

/net/mac80211/
Dchan.c415 struct ieee80211_chanctx *old_ctx, in ieee80211_change_chanctx() argument
437 ieee80211_chan_bw_change(local, old_ctx, true); in ieee80211_change_chanctx()
459 ieee80211_chan_bw_change(local, old_ctx, false); in ieee80211_change_chanctx()
1120 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_use_reserved_reassign() local
1129 old_ctx = ieee80211_vif_get_chanctx(sdata); in ieee80211_vif_use_reserved_reassign()
1137 if (WARN_ON(!old_ctx)) in ieee80211_vif_use_reserved_reassign()
1154 ieee80211_change_chanctx(local, new_ctx, old_ctx, chandef); in ieee80211_vif_use_reserved_reassign()
1157 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_vif_use_reserved_reassign()
1180 if (ieee80211_chanctx_refcount(local, old_ctx) == 0) in ieee80211_vif_use_reserved_reassign()
1181 ieee80211_free_chanctx(local, old_ctx); in ieee80211_vif_use_reserved_reassign()
[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.h1638 old_ctx->def.chan->center_freq);
1640 old_ctx->def.chan->freq_offset);
1642 old_ctx->def.width);
1644 old_ctx->def.center_freq1);
1646 old_ctx->def.freq1_offset);
1648 old_ctx->def.center_freq2);
/net/mptcp/
Dsubflow.c615 struct mptcp_subflow_context *old_ctx) in subflow_ulp_fallback() argument
619 mptcp_subflow_tcp_fallback(sk, old_ctx); in subflow_ulp_fallback()
1720 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); in subflow_ulp_clone() local
1725 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone()
1731 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone()
1736 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops; in subflow_ulp_clone()
1737 new_ctx->tcp_data_ready = old_ctx->tcp_data_ready; in subflow_ulp_clone()
1738 new_ctx->tcp_state_change = old_ctx->tcp_state_change; in subflow_ulp_clone()
1739 new_ctx->tcp_write_space = old_ctx->tcp_write_space; in subflow_ulp_clone()
1740 new_ctx->tcp_error_report = old_ctx->tcp_error_report; in subflow_ulp_clone()
/net/bpf/
Dtest_run.c93 struct bpf_run_ctx *old_ctx; in bpf_test_run() local
113 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()
121 bpf_reset_run_ctx(old_ctx); in bpf_test_run()