Lines Matching refs:prev_flent
2784 flow_entry_t *prev_flent = NULL; in mac_rx_flow() local
2811 if (prev_flent == NULL) { in mac_rx_flow()
2820 if (prev_flent == NULL || flent == prev_flent) { in mac_rx_flow()
2822 if (prev_flent != NULL) in mac_rx_flow()
2823 FLOW_REFRELE(prev_flent); in mac_rx_flow()
2827 ASSERT3P(prev_flent, !=, NULL); in mac_rx_flow()
2828 (prev_flent->fe_cb_fn)(prev_flent->fe_cb_arg1, in mac_rx_flow()
2829 prev_flent->fe_cb_arg2, mp_chain, B_FALSE); in mac_rx_flow()
2830 FLOW_REFRELE(prev_flent); in mac_rx_flow()
2834 prev_flent = flent; in mac_rx_flow()
2839 ASSERT3P(prev_flent, !=, NULL); in mac_rx_flow()
2840 (prev_flent->fe_cb_fn)(prev_flent->fe_cb_arg1, in mac_rx_flow()
2841 prev_flent->fe_cb_arg2, mp_chain, B_FALSE); in mac_rx_flow()
2842 FLOW_REFRELE(prev_flent); in mac_rx_flow()