Searched refs:ng_attach_common (Results 1 – 1 of 1) sorted by relevance
121 static int ng_attach_common(struct socket *, int, struct thread *);478 if ((error = ng_attach_common(so, type, td)) != 0) in ngc_attach()519 ng_attach_common(struct socket *so, int type, struct thread *td) in ng_attach_common() function1069 .pr_attach = ng_attach_common,