Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/socket/
HDng_socket.c116 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
/dragonfly/sys/netgraph7/socket/
HDng_socket.c127 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