Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_domain.h75 extern uint64_t _net_uptime;
89 return _net_uptime; in net_uptime()
H A Duipc_domain.c119 uint64_t _net_uptime; variable
981 tmp = os_atomic_load(&_net_uptime, relaxed); in net_update_uptime_with_time()
983 os_atomic_cmpxchg(&_net_uptime, tmp, seconds, relaxed); in net_update_uptime_with_time()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c604 q->ipfq_timestamp = _net_uptime; in ipf_process()
897 now = _net_uptime; in ipfq_timeout()