Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_private.h481 IFNET_LQM_THRESH_ABORT = 10, enumerator
486 #define IFNET_LQM_THRESH_BAD IFNET_LQM_THRESH_ABORT
501 if (raw_lqm <= IFNET_LQM_THRESH_ABORT) { in ifnet_lqm_normalize()
502 return IFNET_LQM_THRESH_ABORT; in ifnet_lqm_normalize()
H A Dnecp.c8795 rt->rt_ifp->if_interface_state.lqm_state == IFNET_LQM_THRESH_ABORT) { in necp_application_find_policy_match_internal()
12116 ifp->if_interface_state.lqm_state == IFNET_LQM_THRESH_ABORT) { in necp_route_is_lqm_abort()
12121 delegated_ifp->if_interface_state.lqm_state == IFNET_LQM_THRESH_ABORT) { in necp_route_is_lqm_abort()
H A Ddlil.c6304 if (lqm == IFNET_LQM_THRESH_ABORT) { in if_lqm_update()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.c3031 IFNET_LQM_THRESH_ABORT) { in tcp_itimer()