Searched refs:ft_table (Results 1 – 2 of 2) sorted by relevance
319 headp = &ft->ft_table[index]; in mac_flow_add()490 fp = &ft->ft_table[flent->fe_index]; in mac_flow_remove()566 flent = ft->ft_table[ops->fo_hash(ft, &s)]; in mac_flow_lookup()596 for (flent = ft->ft_table[i]; flent != NULL; in mac_flow_walk_nolock()991 ft->ft_table = kmem_zalloc(size * sizeof (flow_entry_t *), KM_SLEEP); in mac_flow_tab_create()1035 kmem_free(ft->ft_table, ft->ft_size * sizeof (flow_entry_t *)); in mac_flow_tab_destroy()
448 flow_entry_t **ft_table; member