Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dif_private.h463 IFNET_LQM_THRESH_ABORT = 10, enumerator
468 #define IFNET_LQM_THRESH_BAD IFNET_LQM_THRESH_ABORT
H A Ddlil.c10447 if (lqm >= 0 && lqm <= IFNET_LQM_THRESH_ABORT) { in if_lqm_update()
10448 lqm = IFNET_LQM_THRESH_ABORT; in if_lqm_update()
10451 } else if (lqm > IFNET_LQM_THRESH_ABORT && in if_lqm_update()
H A Dnecp.c8712 rt->rt_ifp->if_interface_state.lqm_state == IFNET_LQM_THRESH_ABORT) { in necp_application_find_policy_match_internal()
12002 ifp->if_interface_state.lqm_state == IFNET_LQM_THRESH_ABORT) { in necp_route_is_lqm_abort()
12007 delegated_ifp->if_interface_state.lqm_state == IFNET_LQM_THRESH_ABORT) { in necp_route_is_lqm_abort()
/xnu-11215/bsd/netinet/
H A Dtcp_timer.c3040 IFNET_LQM_THRESH_ABORT) { in tcp_itimer()