Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_tclass.c292 int tfp_class; member
354 if (tfp->tfp_class != SO_TC_UNSPEC) { in set_tclass_for_curr_proc()
355 so->so_traffic_class = (uint16_t)tfp->tfp_class; in set_tclass_for_curr_proc()
507 tfp->tfp_class = tclass; in set_pid_tclass()
587 tfp->tfp_class = so_tcdbg->so_tcdbg_tclass; in set_pname_tclass()
660 so_tcdbg->so_tcdbg_tclass = tfp->tfp_class; in get_pid_tclass()
686 so_tcdbg->so_tcdbg_tclass = tfp->tfp_class; in get_pname_tclass()
841 ptr->so_tcdbg_tclass = tfp->tfp_class; in sogetopt_tcdbg()