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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h44 typedef struct sof_entry sof_entry_t; typedef in typeref:struct:sof_entry
110 * Socket filter instance - one for each socket using a sof_entry_t
119 sof_entry_t *sofi_filter; /* filter this is an instance of */
133 extern void sof_entry_free(sof_entry_t *);
134 extern int sof_entry_add(sof_entry_t *);
135 extern sof_entry_t *sof_entry_remove_by_name(const char *);
136 extern int sof_entry_proc_sockparams(sof_entry_t *, struct sockparams *);
H A Dsockfilter.c42 * Socket filter entry (sof_entry_t):
81 * sof_entry_list -> sof_entry_t -> sof_entry -> ... -> sof_entry_t
121 static int sof_entry_load_module(sof_entry_t *);
122 static void sof_entry_hold(sof_entry_t *);
123 static void sof_entry_rele(sof_entry_t *);
124 static int sof_entry_kstat_create(sof_entry_t *);
125 static void sof_entry_kstat_destroy(sof_entry_t *);
127 static sof_instance_t *sof_instance_create(sof_entry_t *, struct sonode *);
147 list_create(&sof_entry_list, sizeof (sof_entry_t),
[all...]
H A Dsockparams.c766 sockparams_filter_cleanup_impl(sof_entry_t *ent, list_t *list)
789 sockparams_filter_cleanup(sof_entry_t *ent)
800 sockparams_new_filter_impl(sof_entry_t *ent, list_t *list)
818 sockparams_new_filter(sof_entry_t *ent)
H A Dsocksyscalls.c1682 sof_entry_t *ent;
1709 sof_entry_t *ent;
1714 ent = kmem_zalloc(sizeof (sof_entry_t), KM_SLEEP);

Completed in 88 milliseconds