Searched refs:old_ctx (Results 1 – 5 of 5) sorted by relevance
/net/mac80211/ |
D | chan.c | 476 struct ieee80211_chanctx *old_ctx, in _ieee80211_change_chanctx() argument 500 ieee80211_chan_bw_change(local, old_ctx, true); in _ieee80211_change_chanctx() 522 ieee80211_chan_bw_change(local, old_ctx, false); in _ieee80211_change_chanctx() 527 struct ieee80211_chanctx *old_ctx, in ieee80211_change_chanctx() argument 530 _ieee80211_change_chanctx(local, ctx, old_ctx, chandef, NULL); in ieee80211_change_chanctx() 1263 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_link_use_reserved_reassign() local 1272 old_ctx = ieee80211_link_get_chanctx(link); in ieee80211_link_use_reserved_reassign() 1280 if (WARN_ON(!old_ctx)) in ieee80211_link_use_reserved_reassign() 1297 _ieee80211_change_chanctx(local, new_ctx, old_ctx, chandef, link); in ieee80211_link_use_reserved_reassign() 1300 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_link_use_reserved_reassign() [all …]
|
D | driver-ops.c | 352 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 353 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 357 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx() 375 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 376 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 381 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
|
D | trace.h | 1686 old_ctx->def.chan->center_freq); 1688 old_ctx->def.chan->freq_offset); 1690 old_ctx->def.width); 1692 old_ctx->def.center_freq1); 1694 old_ctx->def.freq1_offset); 1696 old_ctx->def.center_freq2);
|
/net/mptcp/ |
D | subflow.c | 734 struct mptcp_subflow_context *old_ctx) in subflow_ulp_fallback() argument 738 mptcp_subflow_tcp_fallback(sk, old_ctx); in subflow_ulp_fallback() 1956 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); in subflow_ulp_clone() local 1961 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 1967 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 1972 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops; in subflow_ulp_clone() 1973 new_ctx->tcp_state_change = old_ctx->tcp_state_change; in subflow_ulp_clone() 1974 new_ctx->tcp_error_report = old_ctx->tcp_error_report; in subflow_ulp_clone()
|
/net/bpf/ |
D | test_run.c | 396 struct bpf_run_ctx *old_ctx; in bpf_test_run() local 416 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run() 426 bpf_reset_run_ctx(old_ctx); in bpf_test_run()
|