Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3262 fsw_update_timestamps(struct __kern_packet *pkt, volatile uint64_t *fg_ts, in fsw_update_timestamps() argument
3278 if (fg_ts != NULL) { in fsw_update_timestamps()
3279 *fg_ts = net_uptime(); in fsw_update_timestamps()
3307 volatile uint64_t *fg_ts = NULL; in dp_flow_tx_process() local
3337 fg_ts = &nxadv->nxadv_fg_sendts; in dp_flow_tx_process()
3382 fsw_update_timestamps(pkt, fg_ts, rt_ts, fsw->fsw_ifp, now_nsec); in dp_flow_tx_process()
/xnu-12377.61.12/bsd/net/
H A Ddlil.c2936 volatile uint64_t *fg_ts = NULL; in ifnet_enqueue_single() local
2953 fg_ts = &nxadv->nxadv_fg_sendts; in ifnet_enqueue_single()
2994 if (fg_ts != NULL) { in ifnet_enqueue_single()
2995 *fg_ts = (uint32_t)net_uptime(); in ifnet_enqueue_single()
3089 if (fg_ts != NULL) { in ifnet_enqueue_single()
3090 *fg_ts = (uint32_t)net_uptime(); in ifnet_enqueue_single()