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

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

Completed in 61 milliseconds