Searched refs:ng_attach_common (Results 1 – 1 of 1) sorted by relevance
123 static int ng_attach_common(struct socket *so, int type);556 if ((error = ng_attach_common(so, NG_CONTROL)) != 0) in ng_attach_cntl()596 return (ng_attach_common(so, NG_DATA)); in ng_attach_data()604 ng_attach_common(struct socket *so, int type) in ng_attach_common() function