summaryrefslogtreecommitdiffstats
path: root/sys/sys/un.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-03-31 01:41:30 +0000
committerrwatson <rwatson@FreeBSD.org>2004-03-31 01:41:30 +0000
commit8eeaad5c11363d7ab9da222fdb14854d875980fa (patch)
treea2166426af7223990afbf9b50fb2719c9e2a1447 /sys/sys/un.h
parentbc542b543dceb077637763284c40ef7de01cc60a (diff)
downloadFreeBSD-src-8eeaad5c11363d7ab9da222fdb14854d875980fa.zip
FreeBSD-src-8eeaad5c11363d7ab9da222fdb14854d875980fa.tar.gz
Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),
and consume that interface in portalfs and fifofs instead. In the new world order, unp_connect2() assumes that the unpcb mutex is held, whereas uipc_connect2() validates that the passed sockets are UNIX domain sockets, then grabs the mutex. NB: the portalfs and fifofs code gets down and dirty with UNIX domain sockets. Maybe this is a bad thing.
Diffstat (limited to 'sys/sys/un.h')
-rw-r--r--sys/sys/un.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/un.h b/sys/sys/un.h
index 12ca360..854e0d0 100644
--- a/sys/sys/un.h
+++ b/sys/sys/un.h
@@ -64,10 +64,10 @@ struct mbuf;
struct socket;
struct sockopt;
+int uipc_connect2(struct socket *so1, struct socket *so2);
int uipc_ctloutput(struct socket *so, struct sockopt *sopt);
int uipc_usrreq(struct socket *so, int req, struct mbuf *m,
struct mbuf *nam, struct mbuf *control);
-int unp_connect2(struct socket *so, struct socket *so2);
void unp_dispose(struct mbuf *m);
int unp_externalize(struct mbuf *mbuf, struct mbuf **controlp);
void unp_init(void);
OpenPOWER on IntegriCloud