Home
last modified time | relevance | path

Searched refs:nxadv (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3306 volatile struct sk_nexusadv *nxadv = NULL; in dp_flow_tx_process() local
3335 nxadv = fsw->fsw_nx->nx_adv.flowswitch_nxv_adv; in dp_flow_tx_process()
3336 if (nxadv != NULL) { in dp_flow_tx_process()
3337 fg_ts = &nxadv->nxadv_fg_sendts; in dp_flow_tx_process()
3338 rt_ts = &nxadv->nxadv_rt_sendts; in dp_flow_tx_process()
/xnu-12377.61.12/bsd/net/
H A Ddlil.c2934 volatile struct sk_nexusadv *nxadv = NULL; in ifnet_enqueue_single() local
2952 (nxadv = ifp->if_na->nifna_netif->nif_fsw_nxadv) != NULL) { in ifnet_enqueue_single()
2953 fg_ts = &nxadv->nxadv_fg_sendts; in ifnet_enqueue_single()
2954 rt_ts = &nxadv->nxadv_rt_sendts; in ifnet_enqueue_single()