Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Din_tclass.c312 struct tclass_for_proc *tfp; in find_tfp_by_pid() local
314 TAILQ_FOREACH(tfp, &tfp_head, tfp_link) { in find_tfp_by_pid()
315 if (tfp->tfp_pid == pid) { in find_tfp_by_pid()
319 return tfp; in find_tfp_by_pid()
328 struct tclass_for_proc *tfp; in find_tfp_by_pname() local
330 TAILQ_FOREACH(tfp, &tfp_head, tfp_link) { in find_tfp_by_pname()
331 if (strncmp(pname, tfp->tfp_pname, in find_tfp_by_pname()
332 sizeof(tfp->tfp_pname)) == 0) { in find_tfp_by_pname()
336 return tfp; in find_tfp_by_pname()
342 struct tclass_for_proc *tfp = NULL; in set_tclass_for_curr_proc() local
[all …]
/xnu-8792.81.2/bsd/vm/
H A Dvm_unix.c2006 SYSCTL_NODE(_kern, KERN_TFP, tfp, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "tfp");