Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Din_tclass.c291 int tfp_class; member
353 if (tfp->tfp_class != SO_TC_UNSPEC) { in set_tclass_for_curr_proc()
354 so->so_traffic_class = (uint16_t)tfp->tfp_class; in set_tclass_for_curr_proc()
502 tfp->tfp_class = tclass; in set_pid_tclass()
581 tfp->tfp_class = so_tcdbg->so_tcdbg_tclass; in set_pname_tclass()
654 so_tcdbg->so_tcdbg_tclass = tfp->tfp_class; in get_pid_tclass()
680 so_tcdbg->so_tcdbg_tclass = tfp->tfp_class; in get_pname_tclass()
836 ptr->so_tcdbg_tclass = tfp->tfp_class; in sogetopt_tcdbg()