Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c175 _net_uptime - dst_last > FLOWTRACK_RTT_SAMPLE_INTERVAL) { in flow_track_tcp_rtt()
179 dst->fse_rtt.frtt_last = _net_uptime; in flow_track_tcp_rtt()
580 uint32_t now = (uint32_t)_net_uptime; in flow_track_tcp()
677 _net_uptime); in flow_track_stats()
H A Dflow_route.c825 fr->fr_expire = _net_uptime + flow_route_expire; in flow_route_release()
/xnu-8019.80.24/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-8019.80.24/bsd/skywalk/
H A Dos_skywalk_private.h275 __now = (int)_net_uptime; \
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c569 q->ipfq_timestamp = _net_uptime; in ipf_process()
812 now = _net_uptime; in ipfq_timeout()
H A Dfsw_dp.c2510 ifp->if_fg_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
2512 *fg_ts = _net_uptime; in fsw_update_timestamps()
2516 ifp->if_rt_sendts = (uint32_t)_net_uptime; in fsw_update_timestamps()
2518 *rt_ts = _net_uptime; in fsw_update_timestamps()
3127 fe->fe_linger_expire = (_net_uptime + fe->fe_linger_wait); in fsw_linger_insert()
3247 uint64_t now = _net_uptime; in fsw_reap_thread_cont()
3605 uint64_t now = _net_uptime; in fsw_process_linger()
/xnu-8019.80.24/bsd/sys/
H A Dprotosw.h555 extern u_int64_t _net_uptime;
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c906 na->na_work_ts = _net_uptime; in nx_netif_compat_na_txsync()
1078 na->na_work_ts = _net_uptime; in nx_netif_compat_receive()
1336 na->na_work_ts = _net_uptime; in nx_netif_compat_na_rxsync()
H A Dnx_netif.c1638 hwna->na_work_ts = _net_uptime; in nx_netif_doorbell_internal()
1703 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_txsync()
1753 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_na_rxsync()
1820 KRNA(kring)->na_work_ts = _net_uptime; in nx_netif_common_intr()
2601 uint64_t now = _net_uptime; in nx_netif_reap()
3225 na->na_work_ts = _net_uptime;
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_syscalls.c433 na->na_work_ts = _net_uptime; in __channel_sync()
H A Dchannel.c1202 na->na_work_ts = _net_uptime; in ch_event()
/xnu-8019.80.24/bsd/net/
H A Ddlil.c4887 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4889 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4893 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4895 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4983 ifp->if_fg_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4985 *fg_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4989 ifp->if_rt_sendts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
4991 *rt_ts = (uint32_t)_net_uptime; in ifnet_enqueue_ifclassq()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c3615 now = _net_uptime; in na_packet_pool_alloc_sync()
3797 now = _net_uptime; in na_packet_pool_alloc_buf_sync()