Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel_kern.c456 const flowadv_token_t flow_token = fce->fce_flowid; in kern_channel_flowadv_clear() local
491 na_flowadv_clear(ch, flow_fidx, flow_token)) { in kern_channel_flowadv_clear()
516 const flowadv_token_t flow_token = fce->fce_flowid; in kern_channel_flowadv_report_ce_event() local
551 na_flowadv_report_ce_event(ch, flow_fidx, flow_token, in kern_channel_flowadv_report_ce_event()
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus_adapter.c3348 const flowadv_token_t flow_token) in na_flowadv_set() argument
3366 _CASSERT(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_set()
3371 if ((found = (fae->fae_token == flow_token))) { in na_flowadv_set()
3386 sk_proc_pid(current_proc()), fae_uuid_str, flow_token, fe_idx); in na_flowadv_set()
3390 sk_proc_pid(current_proc()), fae_uuid_str, flow_token, fe_idx); in na_flowadv_set()
3395 sk_proc_pid(current_proc()), flow_token, fe_idx); in na_flowadv_set()
3405 const flowadv_token_t flow_token) in na_flowadv_clear() argument
3424 _CASSERT(sizeof(fae->fae_token) == sizeof(flow_token)); in na_flowadv_clear()
3429 if ((found = (fae->fae_token == flow_token))) { in na_flowadv_clear()
3448 "fidx %u RESUME", ch->ch_name, ch->ch_pid, fae_uuid_str, flow_token, in na_flowadv_clear()
[all …]
H A Dnexus_adapter.h675 const flowadv_idx_t fe_idx, const flowadv_token_t flow_token,