Searched refs:mac_flow_add (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_flow_impl.h | 508 extern int mac_flow_add(flow_tab_t *, flow_entry_t *);
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_flow.c | 282 mac_flow_add(flow_tab_t *ft, flow_entry_t *flent) in mac_flow_add() function 434 err = mac_flow_add(ft, flent); in mac_flow_add_subflow() 927 if (mac_flow_add(ft, flent) != 0) { in mac_flow_set_desc() 933 err = mac_flow_add(ft, flent); in mac_flow_set_desc()
|
H A D | mac_bcast.c | 417 rc = mac_flow_add(mip->mi_flow_tab, grp->mbg_flow_ent); in mac_bcast_add()
|
H A D | mac_client.c | 2343 if ((err = mac_flow_add(mip->mi_flow_tab, flent)) != 0) { in mac_client_datapath_setup() 4973 err = mac_flow_add(ft, flent); in mac_client_swap_mciflent() 4976 err = mac_flow_add(ft, flent1); in mac_client_swap_mciflent()
|
H A D | mac_datapath_setup.c | 3012 if ((err = mac_flow_add(mip->mi_flow_tab, flent)) != 0) in mac_datapath_setup()
|