Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c320 headp = &ft->ft_table[index]; in mac_flow_add()
491 fp = &ft->ft_table[flent->fe_index]; in mac_flow_remove()
567 flent = ft->ft_table[ops->fo_hash(ft, &s)]; in mac_flow_lookup()
597 for (flent = ft->ft_table[i]; flent != NULL; in mac_flow_walk_nolock()
992 ft->ft_table = kmem_zalloc(size * sizeof (flow_entry_t *), KM_SLEEP); in mac_flow_tab_create()
1036 kmem_free(ft->ft_table, ft->ft_size * sizeof (flow_entry_t *)); in mac_flow_tab_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h448 flow_entry_t **ft_table; member