Searched refs:ng_attach_common (Results 1 – 2 of 2) sorted by relevance
116 static int ng_attach_common(struct socket *so, int type);483 if ((error = ng_attach_common(so, NG_CONTROL)) != 0) in ng_attach_cntl()508 return(ng_attach_common(so, NG_DATA)); in ng_attach_data()516 ng_attach_common(struct socket *so, int type) in ng_attach_common() function
127 static int ng_attach_common(struct socket *so, int type);565 if ((error = ng_attach_common(so, NG_CONTROL)) != 0) { in ng_attach_cntl()597 return (ng_attach_common(so, NG_DATA)); in ng_attach_data()605 ng_attach_common(struct socket *so, int type) in ng_attach_common() function