Home
last modified time | relevance | path

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

/titanic_50/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), in sockparams_init()
411 sp = sockparams_find(&sp_ephem_list, family, type, protocol, in sockparams_hold_ephemeral()
467 sp = sockparams_find(&sp_ephem_list, family, type, protocol, in sockparams_hold_ephemeral()
486 list_insert_tail(&sp_ephem_list, newsp); in sockparams_hold_ephemeral()
530 list_remove(&sp_ephem_list, sp); in sockparams_ephemeral_drop_last_ref()
792 sockparams_filter_cleanup_impl(ent, &sp_ephem_list); in sockparams_filter_cleanup()
825 if ((error = sockparams_new_filter_impl(ent, &sp_ephem_list)) != 0) in sockparams_new_filter()