Home
last modified time | relevance | path

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

/xnu-8796.141.3/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-8796.141.3/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.c813 fr->fr_expire = _net_uptime + flow_route_expire; in flow_route_release()
/xnu-8796.141.3/bsd/skywalk/
H A Dos_skywalk_private.h277 __now = (int)_net_uptime; \
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c571 q->ipfq_timestamp = _net_uptime; in ipf_process()
864 now = _net_uptime; in ipfq_timeout()
H A Dfsw_dp.c2783 ifp->if_fg_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
2785 *fg_ts = _net_uptime; in fsw_update_timestamps()
2789 ifp->if_rt_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
2791 *rt_ts = _net_uptime; in fsw_update_timestamps()
3405 fe->fe_linger_expire = (_net_uptime + fe->fe_linger_wait); in fsw_linger_insert()
3525 uint64_t now = _net_uptime; in fsw_reap_thread_cont()
3881 uint64_t now = _net_uptime; in fsw_process_linger()
/xnu-8796.141.3/bsd/sys/
H A Dprotosw.h559 extern u_int64_t _net_uptime;
/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c887 na->na_work_ts = _net_uptime; in nx_netif_compat_na_txsync()
1059 na->na_work_ts = _net_uptime; in nx_netif_compat_receive()
1317 na->na_work_ts = _net_uptime; in nx_netif_compat_na_rxsync()
H A Dnx_netif.c1714 hwna->na_work_ts = _net_uptime; in nx_netif_doorbell_internal()
1779 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_txsync()
1829 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_rxsync()
1898 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_common_intr()
2770 uint64_t now = _net_uptime; in nx_netif_reap()
3473 na->na_work_ts = _net_uptime;
/xnu-8796.141.3/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-8796.141.3/bsd/net/
H A Ddlil.c5013 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5015 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5019 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5021 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5109 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5111 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5115 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
5117 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dnexus_adapter.c3417 now = _net_uptime; in na_packet_pool_alloc_sync()
3599 now = _net_uptime; in na_packet_pool_alloc_buf_sync()