Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_tclass.c287 static TAILQ_HEAD(, tclass_for_proc) tfp_head =
290 struct tclass_for_proc { struct
291 TAILQ_ENTRY(tclass_for_proc) tfp_link;
310 static struct tclass_for_proc * argument
313 struct tclass_for_proc *tfp; in find_tfp_by_pid()
326 static struct tclass_for_proc *
329 struct tclass_for_proc *tfp; in find_tfp_by_pname()
343 struct tclass_for_proc *tfp = NULL; in set_tclass_for_curr_proc()
377 struct tclass_for_proc *tfp, *tvar; in purge_tclass_for_proc()
391 kfree_type(struct tclass_for_proc, tfp); in purge_tclass_for_proc()
[all …]