Searched refs:sof_entry_t (Results 1 – 4 of 4) sorted by relevance
44 typedef struct sof_entry sof_entry_t; typedef119 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 *);
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), in sof_init()148 offsetof(sof_entry_t, sofe_node)); in sof_init()189 sof_entry_t *ent = NULL; in sof_setsockopt_impl()538 sof_entry_t *ent = inst->sofi_filter; in sof_sonode_autoattach_filters()[all …]
766 sockparams_filter_cleanup_impl(sof_entry_t *ent, list_t *list) in sockparams_filter_cleanup_impl()789 sockparams_filter_cleanup(sof_entry_t *ent) in sockparams_filter_cleanup()800 sockparams_new_filter_impl(sof_entry_t *ent, list_t *list) in sockparams_new_filter_impl()818 sockparams_new_filter(sof_entry_t *ent) in sockparams_new_filter()
1757 sof_entry_t *ent; in sockconfig_remove_filter()1784 sof_entry_t *ent; in sockconfig_add_filter()1789 ent = kmem_zalloc(sizeof (sof_entry_t), KM_SLEEP); in sockconfig_add_filter()