Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h50 extern struct sonode *socket_newconn(struct sonode *, sock_lower_handle_t,
H A Dsockcommon.c129 socket_newconn(struct sonode *parent, sock_lower_handle_t lh, in socket_newconn() function
H A Dsockcommon_sops.c1131 nso = socket_newconn(so, proto_handle, sock_downcalls, SOCKET_NOSLEEP, in so_newconn()
H A Dsocktpi.c1754 nso = socket_newconn(so, NULL, NULL, SOCKET_SLEEP, &error); in sotpi_accept()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1215 nso = socket_newconn(lso, connind, NULL, SOCKET_NOSLEEP, &error); in sdp_sock_newconn()