Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c87 static list_t sof_entry_list; /* list of configured filters */ variable
147 list_create(&sof_entry_list, sizeof (sof_entry_t), in sof_init()
804 for (ent = list_head(&sof_entry_list); ent != NULL; in sof_entry_find()
805 ent = list_next(&sof_entry_list, ent)) { in sof_entry_find()
994 list_insert_tail(&sof_entry_list, ent); in sof_entry_add()
1013 list_remove(&sof_entry_list, ent); in sof_entry_remove_by_name()
1157 for (ent = list_head(&sof_entry_list); ent != NULL; in sof_sockparams_init()
1158 ent = list_next(&sof_entry_list, ent)) { in sof_sockparams_init()