Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Din_tclass.c286 static TAILQ_HEAD(, tclass_for_proc) tfp_head =
289 struct tclass_for_proc { struct
290 TAILQ_ENTRY(tclass_for_proc) tfp_link;
309 static struct tclass_for_proc * argument
312 struct tclass_for_proc *tfp; in find_tfp_by_pid()
325 static struct tclass_for_proc *
328 struct tclass_for_proc *tfp; in find_tfp_by_pname()
342 struct tclass_for_proc *tfp = NULL; in set_tclass_for_curr_proc()
376 struct tclass_for_proc *tfp, *tvar; in purge_tclass_for_proc()
390 kfree_type(struct tclass_for_proc, tfp); in purge_tclass_for_proc()
[all …]