Searched refs:flow_token (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.61.5/bsd/skywalk/channel/ |
| H A D | channel_kern.c | 453 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-11215.61.5/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 3348 const flowadv_token_t flow_token) in na_flowadv_set() argument 3367 _CASSERT(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_set() 3372 if ((suspend = (fae->fae_token == flow_token))) { in na_flowadv_set() 3383 sk_proc_pid(current_proc()), fae_uuid_str, flow_token, fe_idx); in na_flowadv_set() 3387 sk_proc_pid(current_proc()), flow_token, fe_idx); in na_flowadv_set() 3397 const flowadv_token_t flow_token) in na_flowadv_clear() argument 3416 _CASSERT(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_clear() 3421 if ((resume = (fae->fae_token == flow_token))) { in na_flowadv_clear() 3431 "fidx %u RESUME", ch->ch_name, ch->ch_pid, fae_uuid_str, flow_token, in na_flowadv_clear() 3435 ch->ch_name, ch->ch_pid, flow_token, fe_idx); in na_flowadv_clear() [all …]
|
| H A D | nexus_adapter.h | 675 const flowadv_idx_t fe_idx, const flowadv_token_t flow_token,
|