Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_flow.c986 flow_ops_t *new_ops; in mac_flow_tab_create() local
998 new_ops = &ft->ft_ops; in mac_flow_tab_create()
999 bcopy(ops, new_ops, sizeof (*ops)); in mac_flow_tab_create()
1008 if (new_ops->fo_hash == flow_l2_hash) in mac_flow_tab_create()
1009 new_ops->fo_hash = flow_ether_hash; in mac_flow_tab_create()
1010 if (new_ops->fo_hash_fe == flow_l2_hash_fe) in mac_flow_tab_create()
1011 new_ops->fo_hash_fe = flow_ether_hash_fe; in mac_flow_tab_create()
1012 if (new_ops->fo_accept[0] == flow_l2_accept) in mac_flow_tab_create()
1013 new_ops->fo_accept[0] = flow_ether_accept; in mac_flow_tab_create()