Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_tclass.c293 pid_t tfp_pid; member
316 if (tfp->tfp_pid == pid) { in find_tfp_by_pid()
351 if ((tfp->tfp_pid == pid) || (tfp->tfp_pid == -1 && in set_tclass_for_curr_proc()
384 if (tfp->tfp_pid == -1) { in purge_tclass_for_proc()
387 if ((p = proc_find(tfp->tfp_pid)) == NULL) { in purge_tclass_for_proc()
454 tfp->tfp_pid = pid; in alloc_tclass_for_proc()
832 if (tfp->tfp_pid != -1) { in sogetopt_tcdbg()
834 ptr->so_tcdbg_pid = tfp->tfp_pid; in sogetopt_tcdbg()