Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c176 _net_uptime - dst_last > FLOWTRACK_RTT_SAMPLE_INTERVAL) { in flow_track_tcp_rtt()
180 dst->fse_rtt.frtt_last = _net_uptime; in flow_track_tcp_rtt()
574 uint32_t now = (uint32_t)_net_uptime; in flow_track_tcp()
670 _net_uptime); in flow_track_stats()
H A Dflow_route.c813 fr->fr_expire = _net_uptime + flow_route_expire; in flow_route_release()
/xnu-10063.101.15/bsd/skywalk/
H A Dos_skywalk_private.h277 __now = (int)_net_uptime; \
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c567 q->ipfq_timestamp = _net_uptime; in ipf_process()
860 now = _net_uptime; in ipfq_timeout()
H A Dfsw_dp.c3098 ifp->if_fg_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
3100 *fg_ts = _net_uptime; in fsw_update_timestamps()
3104 ifp->if_rt_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
3106 *rt_ts = _net_uptime; in fsw_update_timestamps()
4173 fe->fe_linger_expire = (_net_uptime + fe->fe_linger_wait); in fsw_linger_insert()
4293 uint64_t now = _net_uptime; in fsw_reap_thread_cont()
4672 uint64_t now = _net_uptime; in fsw_process_linger()
/xnu-10063.101.15/bsd/sys/
H A Dprotosw.h556 extern u_int64_t _net_uptime;
/xnu-10063.101.15/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c886 na->na_work_ts = _net_uptime; in nx_netif_compat_na_txsync()
1058 na->na_work_ts = _net_uptime; in nx_netif_compat_receive()
1316 na->na_work_ts = _net_uptime; in nx_netif_compat_na_rxsync()
H A Dnx_netif.c1715 hwna->na_work_ts = _net_uptime; in nx_netif_doorbell_internal()
1780 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_txsync()
1830 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_rxsync()
1899 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_common_intr()
2824 uint64_t now = _net_uptime; in nx_netif_reap()
3513 na->na_work_ts = _net_uptime;
/xnu-10063.101.15/bsd/skywalk/channel/
H A Dchannel_syscalls.c433 na->na_work_ts = _net_uptime; in __channel_sync()
H A Dchannel.c1191 na->na_work_ts = _net_uptime; in ch_event()
/xnu-10063.101.15/bsd/net/
H A Ddlil.c5383 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5385 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5389 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5391 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5479 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5481 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5485 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5487 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
/xnu-10063.101.15/bsd/skywalk/nexus/
H A Dnexus_adapter.c3596 now = _net_uptime; in na_packet_pool_alloc_sync_common()
3790 now = _net_uptime; in na_packet_pool_alloc_buf_sync()