Home
last modified time | relevance | path

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

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