Home
last modified time | relevance | path

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

/net/mac80211/
A Dchan.c1370 if (WARN_ON(!old_ctx)) in ieee80211_link_use_reserved_reassign()
1391 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_link_use_reserved_reassign()
1447 if (WARN_ON(old_ctx)) in ieee80211_link_use_reserved_assign()
1492 if (!old_ctx) in ieee80211_link_has_in_place_reservation()
1512 struct ieee80211_chanctx *ctx, *old_ctx; in ieee80211_chsw_switch_vifs() local
1538 vif_chsw[i].old_ctx = &old_ctx->conf; in ieee80211_chsw_switch_vifs()
1662 if (old_ctx) { in ieee80211_vif_use_reserved_switch()
1663 if (old_ctx->replace_state == in ieee80211_vif_use_reserved_switch()
1987 struct ieee80211_chanctx *old_ctx; in ieee80211_link_use_reserved_context() local
2008 if (old_ctx) in ieee80211_link_use_reserved_context()
[all …]
A Ddriver-ops.c401 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local
402 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
406 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx()
424 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local
425 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
430 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
A Dtrace.h1803 old_ctx->def.chan->center_freq);
1805 old_ctx->def.chan->freq_offset);
1807 old_ctx->def.width);
1809 old_ctx->def.center_freq1);
1811 old_ctx->def.freq1_offset);
1813 old_ctx->def.center_freq2);
/net/mptcp/
A Dsubflow.c767 struct mptcp_subflow_context *old_ctx) in subflow_ulp_fallback() argument
771 mptcp_subflow_tcp_fallback(sk, old_ctx); in subflow_ulp_fallback()
2025 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); in subflow_ulp_clone() local
2030 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone()
2036 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone()
2041 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops; in subflow_ulp_clone()
2042 new_ctx->tcp_state_change = old_ctx->tcp_state_change; in subflow_ulp_clone()
2043 new_ctx->tcp_error_report = old_ctx->tcp_error_report; in subflow_ulp_clone()
/net/bpf/
A Dtest_run.c405 struct bpf_run_ctx *old_ctx; in bpf_test_run() local
425 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()
439 bpf_reset_run_ctx(old_ctx); in bpf_test_run()

Completed in 25 milliseconds