Searched refs:sofe_socktuple (Results 1 – 3 of 3) sorted by relevance
93 sof_socktuple_t *sofe_socktuple; /* socket tuple list */ member
825 ASSERT(ent->sofe_socktuple != NULL); in sof_entry_free()826 kmem_free(ent->sofe_socktuple, in sof_entry_free()828 ent->sofe_socktuple = NULL; in sof_entry_free()1032 sof_socktuple_t *t = ent->sofe_socktuple; in sof_entry_proc_sockparams()
1782 ent->sofe_socktuple = kmem_alloc(tuplesz, KM_SLEEP); in sockconfig_add_filter()1785 if (copyin(filprop.sfp_socktuple, ent->sofe_socktuple, in sockconfig_add_filter()1795 sof_socktuple_t *tup = ent->sofe_socktuple; in sockconfig_add_filter()1798 tup = ent->sofe_socktuple; in sockconfig_add_filter()1800 ASSERT(tup < ent->sofe_socktuple + tuplesz); in sockconfig_add_filter()