Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_kern.c450 const flowadv_token_t flow_token = fce->fce_flowid; in kern_channel_flowadv_clear() local
485 na_flowadv_clear(ch, flow_fidx, flow_token)) { in kern_channel_flowadv_clear()
510 const flowadv_token_t flow_token = fce->fce_flowid; in kern_channel_flowadv_report_ce_event() local
545 na_flowadv_report_ce_event(ch, flow_fidx, flow_token, in kern_channel_flowadv_report_ce_event()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_adapter.c3284 const flowadv_token_t flow_token) in na_flowadv_set() argument
3301 _CASSERT(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_set()
3306 if ((suspend = (fae->fae_token == flow_token))) { in na_flowadv_set()
3316 sk_proc_pid(current_proc()), flow_token, fe_idx); in na_flowadv_set()
3320 sk_proc_pid(current_proc()), flow_token, fe_idx); in na_flowadv_set()
3330 const flowadv_token_t flow_token) in na_flowadv_clear() argument
3348 _CASSERT(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_clear()
3353 if ((resume = (fae->fae_token == flow_token))) { in na_flowadv_clear()
3362 "fidx %u RESUME", ch->ch_name, ch->ch_pid, flow_token, in na_flowadv_clear()
3366 ch->ch_name, ch->ch_pid, flow_token, fe_idx); in na_flowadv_clear()
[all …]
H A Dnexus_adapter.h662 const flowadv_idx_t fe_idx, const flowadv_token_t flow_token,