Home
last modified time | relevance | path

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

/xnu-11417.101.15/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_ce_event() local
583 na_flowadv_report_ce_event(ch, flow_fidx, flow_token, in kern_channel_flowadv_report_ce_event()
/xnu-11417.101.15/bsd/skywalk/nexus/
H A Dnexus_adapter.c3370 const flowadv_token_t flow_token) in na_flowadv_set() argument
3389 _CASSERT(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_set()
3394 if ((suspend = (fae->fae_token == flow_token))) { in na_flowadv_set()
3405 sk_proc_pid(current_proc()), fae_uuid_str, flow_token, fe_idx); in na_flowadv_set()
3409 sk_proc_pid(current_proc()), flow_token, fe_idx); in na_flowadv_set()
3419 const flowadv_token_t flow_token) in na_flowadv_clear() argument
3438 _CASSERT(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_clear()
3443 if ((resume = (fae->fae_token == flow_token))) { in na_flowadv_clear()
3453 "fidx %u RESUME", ch->ch_name, ch->ch_pid, fae_uuid_str, flow_token, in na_flowadv_clear()
3457 ch->ch_name, ch->ch_pid, flow_token, fe_idx); in na_flowadv_clear()
[all …]
H A Dnexus_adapter.h675 const flowadv_idx_t fe_idx, const flowadv_token_t flow_token,