Home
last modified time | relevance | path

Searched refs:fce_flowsrc_token (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dflowadv.h64 flowadv_token_t fce_flowsrc_token; member
H A Dflowadv.c232 ifnet_flowadv(fce->fce_flowsrc_token); in flowadv_thread_cont()
/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched.c663 static_assert(sizeof(m->m_pkthdr.pkt_mpriv_srcid) == sizeof(fce->fce_flowsrc_token)); in pktsched_alloc_fcentry()
668 fce->fce_flowsrc_token = m->m_pkthdr.pkt_mpriv_srcid; in pktsched_alloc_fcentry()
686 static_assert(sizeof(fce->fce_flowsrc_token) == sizeof(kp->pkt_flowsrc_token)); in pktsched_alloc_fcentry()
692 fce->fce_flowsrc_token = kp->pkt_flowsrc_token; in pktsched_alloc_fcentry()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel_kern.c461 const flowadv_token_t ch_token = fce->fce_flowsrc_token; in _kern_channel_flowadv_signal()
547 const flowadv_token_t ch_token = fce->fce_flowsrc_token; in kern_channel_flowadv_report_congestion_event()