Searched refs:raw_attach (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Draw_cb.h76 int raw_attach(struct socket *, int);
H A Draw_cb.c78 raw_attach(struct socket *so, int proto) function
84 * It is assumed that raw_attach is called after space has been
89 KASSERT(rp != NULL, ("raw_attach: rp == NULL"));
H A Draw_usrreq.c167 return (raw_attach(so, proto));
H A Drtsock.c309 error = raw_attach(so, proto);
/freebsd-10.1-release/sys/netipsec/
H A Dkeysock.c412 error = raw_attach(so, proto);

Completed in 57 milliseconds