Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Din_tclass.c295 uint32_t tfp_qos_mode; member
358 if (tfp->tfp_qos_mode == QOS_MODE_MARKING_POLICY_ENABLE) { in set_tclass_for_curr_proc()
360 } else if (tfp->tfp_qos_mode == QOS_MODE_MARKING_POLICY_DISABLE) { in set_tclass_for_curr_proc()
508 tfp->tfp_qos_mode = so_tcdbg->so_tcbbg_qos_mode; in set_pid_tclass()
526 if (tfp->tfp_qos_mode == QOS_MODE_MARKING_POLICY_ENABLE) { in set_pid_tclass()
528 } else if (tfp->tfp_qos_mode == QOS_MODE_MARKING_POLICY_DISABLE) { in set_pid_tclass()
588 tfp->tfp_qos_mode = so_tcdbg->so_tcbbg_qos_mode; in set_pname_tclass()
661 so_tcdbg->so_tcbbg_qos_mode = tfp->tfp_qos_mode; in get_pid_tclass()
687 so_tcdbg->so_tcbbg_qos_mode = tfp->tfp_qos_mode; in get_pname_tclass()
842 ptr->so_tcbbg_qos_mode = tfp->tfp_qos_mode; in sogetopt_tcdbg()