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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c74 static list_t sp_ephem_list; variable
91 list_create(&sp_ephem_list, sizeof (struct sockparams),
391 * All ephemeral entries are on list (sp_ephem_list). If there is an
411 sp = sockparams_find(&sp_ephem_list, family, type, protocol,
467 sp = sockparams_find(&sp_ephem_list, family, type, protocol,
486 list_insert_tail(&sp_ephem_list, newsp);
530 list_remove(&sp_ephem_list, sp);
792 sockparams_filter_cleanup_impl(ent, &sp_ephem_list);
825 if ((error = sockparams_new_filter_impl(ent, &sp_ephem_list)) != 0)

Completed in 57 milliseconds