Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Duipc_domain.c110 u_int64_t _net_uptime; variable
959 _net_uptime = tvp->tv_sec; in net_update_uptime_with_time()
965 _net_uptime++; in net_update_uptime_with_time()
1005 if (_net_uptime == 0) { in net_uptime()
1009 return _net_uptime; in net_uptime()
/xnu-8792.41.9/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()
560 uint32_t now = (uint32_t)_net_uptime; in flow_track_tcp()
656 _net_uptime); in flow_track_stats()
H A Dflow_route.c841 fr->fr_expire = _net_uptime + flow_route_expire; in flow_route_release()
/xnu-8792.41.9/bsd/skywalk/
H A Dos_skywalk_private.h277 __now = (int)_net_uptime; \
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c570 q->ipfq_timestamp = _net_uptime; in ipf_process()
855 now = _net_uptime; in ipfq_timeout()
H A Dfsw_dp.c2777 ifp->if_fg_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
2779 *fg_ts = _net_uptime; in fsw_update_timestamps()
2783 ifp->if_rt_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
2785 *rt_ts = _net_uptime; in fsw_update_timestamps()
3399 fe->fe_linger_expire = (_net_uptime + fe->fe_linger_wait); in fsw_linger_insert()
3519 uint64_t now = _net_uptime; in fsw_reap_thread_cont()
3876 uint64_t now = _net_uptime; in fsw_process_linger()
/xnu-8792.41.9/bsd/sys/
H A Dprotosw.h558 extern u_int64_t _net_uptime;
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c888 na->na_work_ts = _net_uptime; in nx_netif_compat_na_txsync()
1060 na->na_work_ts = _net_uptime; in nx_netif_compat_receive()
1318 na->na_work_ts = _net_uptime; in nx_netif_compat_na_rxsync()
H A Dnx_netif.c1716 hwna->na_work_ts = _net_uptime; in nx_netif_doorbell_internal()
1781 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_txsync()
1831 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_rxsync()
1900 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_common_intr()
2772 uint64_t now = _net_uptime; in nx_netif_reap()
3480 na->na_work_ts = _net_uptime;
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel_syscalls.c433 na->na_work_ts = _net_uptime; in __channel_sync()
H A Dchannel.c1193 na->na_work_ts = _net_uptime; in ch_event()
/xnu-8792.41.9/bsd/net/
H A Ddlil.c5011 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5013 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5017 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5019 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5107 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5109 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5113 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5115 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c3437 now = _net_uptime; in na_packet_pool_alloc_sync()
3619 now = _net_uptime; in na_packet_pool_alloc_buf_sync()