Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_socket.c121 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() function
1069 .pr_attach = ng_attach_common,