Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_tclass.c313 struct tclass_for_proc *tfp; in find_tfp_by_pid() local
315 TAILQ_FOREACH(tfp, &tfp_head, tfp_link) { in find_tfp_by_pid()
316 if (tfp->tfp_pid == pid) { in find_tfp_by_pid()
320 return tfp; in find_tfp_by_pid()
329 struct tclass_for_proc *tfp; in find_tfp_by_pname() local
331 TAILQ_FOREACH(tfp, &tfp_head, tfp_link) { in find_tfp_by_pname()
332 if (strlcmp(tfp->tfp_pname, pname, in find_tfp_by_pname()
333 sizeof(tfp->tfp_pname)) == 0) { in find_tfp_by_pname()
337 return tfp; in find_tfp_by_pname()
343 struct tclass_for_proc *tfp = NULL; in set_tclass_for_curr_proc() local
[all …]
/xnu-12377.61.12/bsd/kern/
H A Dkern_proc.c5660 SYSCTL_NODE(_kern, KERN_TFP, tfp, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "tfp");