Home
last modified time | relevance | path

Searched refs:if_rt_sendts (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Din_tclass.c1072 ifp->if_rt_sendts > 0 && in so_throttle_best_effort()
1073 (int)(uptime - ifp->if_rt_sendts) <= TCP_BG_SWITCH_TIME; in so_throttle_best_effort()
/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h954 u_int32_t if_rt_sendts; /* last of a real time packet */ member
H A Ddlil.c2999 ifp->if_rt_sendts = (uint32_t)net_uptime(); in ifnet_enqueue_single()
3094 ifp->if_rt_sendts = (uint32_t)net_uptime(); in ifnet_enqueue_single()
5139 ifp->if_rt_sendts = 0; in ifnet_attach()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3283 ifp->if_rt_sendts = (uint32_t)net_uptime(); in fsw_update_timestamps()