Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_control.c139 static int ctl_attach(struct socket *, int, struct proc *);
168 .pru_attach = ctl_attach,
294 ctl_attach(struct socket *so, int proto, struct proc *p) in ctl_attach() function