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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c76 * solookup() returns with the entry held.
78 *errorp = solookup(family, type, protocol, &sp);
95 *errorp = solookup(family, type, 0, &sp);
H A Dsockparams.c641 * solookup(int family, int type, int protocol, struct sockparams **spp)
663 solookup(int family, int type, int protocol, struct sockparams **spp) function
736 * return (solookup(...))
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h891 extern int solookup(int, int, int, struct sockparams **);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c1691 error = solookup(so->so_family, SOCK_STREAM, so->so_protocol,

Completed in 581 milliseconds