Home
last modified time | relevance | path

Searched refs:flow_token (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_kern.c453 const flowadv_idx_t fe_idx, const flowadv_token_t flow_token);
462 const flowadv_token_t flow_token = fce->fce_flowid; in _kern_channel_flowadv_signal() local
509 flow_adv_func(ch, flow_fidx, flow_token)) { in _kern_channel_flowadv_signal()
548 const flowadv_token_t flow_token = fce->fce_flowid; in kern_channel_flowadv_report_congestion_event() local
583 na_flowadv_report_congestion_event(ch, flow_fidx, flow_token, in kern_channel_flowadv_report_congestion_event()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c3311 const flowadv_token_t flow_token) in na_flowadv_set() argument
3330 static_assert(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_set()
3335 if ((suspend = (fae->fae_token == flow_token))) { in na_flowadv_set()
3346 sk_proc_pid(current_proc()), fae_uuid_str, flow_token, fe_idx); in na_flowadv_set()
3350 sk_proc_pid(current_proc()), flow_token, fe_idx); in na_flowadv_set()
3360 const flowadv_token_t flow_token) in na_flowadv_clear() argument
3379 static_assert(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_clear()
3384 if ((resume = (fae->fae_token == flow_token))) { in na_flowadv_clear()
3395 flow_token, fe_idx); in na_flowadv_clear()
3398 ch->ch_name, ch->ch_pid, flow_token, fe_idx); in na_flowadv_clear()
[all …]
H A Dnexus_adapter.h671 const flowadv_idx_t fe_idx, const flowadv_token_t flow_token,