Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c11932 bool new_qos_marking = old_qos_marking; in necp_lookup_current_qos_marking() local
11936 return new_qos_marking; in necp_lookup_current_qos_marking()
11943 return new_qos_marking; in necp_lookup_current_qos_marking()
11955 new_qos_marking = FALSE; in necp_lookup_current_qos_marking()
11968 new_qos_marking = necp_update_qos_marking(ifp, NULL, 0, sub_route_rule_id); in necp_lookup_current_qos_marking()
11969 if (new_qos_marking == TRUE) { in necp_lookup_current_qos_marking()
11975 new_qos_marking = necp_update_qos_marking(ifp, NULL, 0, route_rule_id); in necp_lookup_current_qos_marking()
11984 return new_qos_marking; in necp_lookup_current_qos_marking()