Home
last modified time | relevance | path

Searched refs:_net_uptime (Results 1 – 14 of 14) sorted by relevance

/xnu-11215.1.10/bsd/kern/
H A Duipc_domain.c117 uint64_t _net_uptime; variable
980 tmp = os_atomic_load(&_net_uptime, relaxed); in net_update_uptime_with_time()
982 os_atomic_cmpxchg(&_net_uptime, tmp, seconds, relaxed); in net_update_uptime_with_time()
1035 if (_net_uptime == 0) { in net_uptime()
1039 return _net_uptime; in net_uptime()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c177 _net_uptime - dst_last > FLOWTRACK_RTT_SAMPLE_INTERVAL) { in flow_track_tcp_rtt()
181 dst->fse_rtt.frtt_last = _net_uptime; in flow_track_tcp_rtt()
575 uint32_t now = (uint32_t)_net_uptime; in flow_track_tcp()
671 _net_uptime); in flow_track_stats()
H A Dflow_route.c812 fr->fr_expire = _net_uptime + flow_route_expire; in flow_route_release()
/xnu-11215.1.10/bsd/skywalk/
H A Dos_skywalk_private.h277 __now = (int)_net_uptime; \
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c580 q->ipfq_timestamp = _net_uptime; in ipf_process()
873 now = _net_uptime; in ipfq_timeout()
H A Dfsw_dp.c1618 r->ckr_rx_enqueue_ts = _net_uptime; in fsw_ring_enqueue_tail_drop()
3266 ifp->if_fg_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
3268 *fg_ts = _net_uptime; in fsw_update_timestamps()
3272 ifp->if_rt_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
3274 *rt_ts = _net_uptime; in fsw_update_timestamps()
4382 fe->fe_linger_expire = (_net_uptime + fe->fe_linger_wait); in fsw_linger_insert()
4442 uint64_t now = _net_uptime; in fsw_defunct_rx_stall_channel()
4561 uint64_t now = _net_uptime; in fsw_reap_thread_cont()
4949 uint64_t now = _net_uptime; in fsw_process_linger()
/xnu-11215.1.10/bsd/sys/
H A Dprotosw.h557 extern u_int64_t _net_uptime;
/xnu-11215.1.10/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c891 na->na_work_ts = _net_uptime; in nx_netif_compat_na_txsync()
1063 na->na_work_ts = _net_uptime; in nx_netif_compat_receive()
1321 na->na_work_ts = _net_uptime; in nx_netif_compat_na_rxsync()
H A Dnx_netif.c1719 hwna->na_work_ts = _net_uptime; in nx_netif_doorbell_internal()
1784 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_txsync()
1834 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_rxsync()
1903 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_common_intr()
2828 uint64_t now = _net_uptime; in nx_netif_reap()
3537 na->na_work_ts = _net_uptime;
/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel_syscalls.c445 na->na_work_ts = _net_uptime; in __channel_sync()
H A Dchannel_ring.c1036 kring->ckr_rx_dequeue_ts = _net_uptime; in kr_rxsync_prologue()
H A Dchannel.c1208 na->na_work_ts = _net_uptime; in ch_event()
/xnu-11215.1.10/bsd/net/
H A Ddlil.c4982 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4984 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4988 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4990 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5077 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5079 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5083 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5085 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus_adapter.c3694 now = _net_uptime; in na_packet_pool_alloc_sync_common()
3888 now = _net_uptime; in na_packet_pool_alloc_buf_sync()