Searched refs:mac_flow_remove (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | mac_flow_impl.h | 533 extern void mac_flow_remove(flow_tab_t *, flow_entry_t *, boolean_t);
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_flow.c | 375 mac_flow_remove(ft, flent, B_FALSE); in mac_flow_rem_subflow() 447 mac_flow_remove(ft, flent, B_FALSE); in mac_flow_add_subflow() 470 mac_flow_remove(flow_tab_t *ft, flow_entry_t *flent, boolean_t temp) in mac_flow_remove() function 920 mac_flow_remove(ft, flent, B_TRUE); in mac_flow_set_desc()
|
H A D | mac_bcast.c | 608 mac_flow_remove(mip->mi_flow_tab, flent, B_FALSE); in mac_bcast_delete()
|
H A D | mac_client.c | 3094 mac_flow_remove(mip->mi_flow_tab, flent, B_FALSE); in mac_unicast_remove() 4969 mac_flow_remove(ft, flent, B_TRUE); in mac_client_swap_mciflent() 4970 mac_flow_remove(ft, flent1, B_TRUE); in mac_client_swap_mciflent()
|
H A D | mac_datapath_setup.c | 3103 mac_flow_remove(mip->mi_flow_tab, flent, B_FALSE); in mac_datapath_teardown()
|