Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_tclass.c294 uint32_t tfp_qos_mode; member
357 if (tfp->tfp_qos_mode == QOS_MODE_MARKING_POLICY_ENABLE) { in set_tclass_for_curr_proc()
359 } else if (tfp->tfp_qos_mode == QOS_MODE_MARKING_POLICY_DISABLE) { in set_tclass_for_curr_proc()
502 tfp->tfp_qos_mode = so_tcdbg->so_tcbbg_qos_mode; in set_pid_tclass()
522 if (tfp->tfp_qos_mode == QOS_MODE_MARKING_POLICY_ENABLE) { in set_pid_tclass()
524 } else if (tfp->tfp_qos_mode == QOS_MODE_MARKING_POLICY_DISABLE) { in set_pid_tclass()
569 tfp->tfp_qos_mode = so_tcdbg->so_tcbbg_qos_mode; in set_pname_tclass()
642 so_tcdbg->so_tcbbg_qos_mode = tfp->tfp_qos_mode; in get_pid_tclass()
668 so_tcdbg->so_tcbbg_qos_mode = tfp->tfp_qos_mode; in get_pname_tclass()
824 ptr->so_tcbbg_qos_mode = tfp->tfp_qos_mode; in sogetopt_tcdbg()