Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Din_tclass.c292 pid_t tfp_pid; member
315 if (tfp->tfp_pid == pid) { in find_tfp_by_pid()
350 if ((tfp->tfp_pid == pid) || (tfp->tfp_pid == -1 && in set_tclass_for_curr_proc()
383 if (tfp->tfp_pid == -1) { in purge_tclass_for_proc()
386 if ((p = proc_find(tfp->tfp_pid)) == NULL) { in purge_tclass_for_proc()
453 tfp->tfp_pid = pid; in alloc_tclass_for_proc()
826 if (tfp->tfp_pid != -1) { in sogetopt_tcdbg()
828 ptr->so_tcdbg_pid = tfp->tfp_pid; in sogetopt_tcdbg()