Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netgraph/
H A Dng_socket.c123 static int ng_attach_common(struct socket *so, int type);
560 if ((error = ng_attach_common(so, NG_CONTROL)) != 0) in ng_attach_cntl()
600 return (ng_attach_common(so, NG_DATA)); in ng_attach_data()
608 ng_attach_common(struct socket *so, int type) in ng_attach_common() function