Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_control.c143 static int ctl_attach(struct socket *, int, struct proc *);
172 .pru_attach = ctl_attach,
300 ctl_attach(struct socket *so, int proto, struct proc *p) in ctl_attach() function