Home
last modified time | relevance | path

Searched refs:smod_proto_create_func (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsock_conf.c102 ASSERT(smodp->smod_proto_create_func == NULL); in smod_register()
108 smodp->smod_proto_create_func = NULL; in smod_register()
110 if (reg->smod_proto_create_func == NULL || in smod_register()
121 smodp->smod_proto_create_func = reg->smod_proto_create_func; in smod_register()
198 smodp->smod_proto_create_func = NULL; in smod_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h426 so_proto_create_func_t smod_proto_create_func; member
441 so_proto_create_func_t smod_proto_create_func; member
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1334 sp->sp_smod_info->smod_proto_create_func(so->so_family, in socket_init_common()