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

/netbsd-current/sys/net/
H A Draw_cb.h64 int raw_attach(struct socket *, int, struct rawcbhead *);
H A Draw_cb.c67 raw_attach(struct socket *so, int proto, struct rawcbhead *rawcbhead) function
73 * It is assumed that raw_attach() is called after space has been
H A Drtsock_shared.c308 if ((error = raw_attach(so, proto, &rt_rawcb)) == 0) {
/netbsd-current/sys/netipsec/
H A Dkeysock.c392 error = raw_attach(so, proto, &key_rawcb);

Completed in 180 milliseconds