Searched refs:FLOW_TAB_EMPTY (Results 1 – 4 of 4) sorted by relevance
469 #define FLOW_TAB_EMPTY(ft) ((ft) == NULL || (ft)->ft_flow_count == 0) macro
381 if (FLOW_TAB_EMPTY(ft)) { in mac_flow_rem_subflow()1142 if (!FLOW_TAB_EMPTY(mcip->mci_subflow_tab)) in mac_link_has_flows()1337 last_subflow = FLOW_TAB_EMPTY(mcip->mci_subflow_tab); in mac_link_flow_clean()
1645 enable_classifier = !FLOW_TAB_EMPTY(mcip->mci_subflow_tab) && enable; in mac_client_update_classifier()2252 FLOW_TAB_EMPTY(mcip->mci_subflow_tab)) in mac_srs_create()2275 FLOW_TAB_EMPTY(mcip->mci_subflow_tab) && mac_poll_enable) in mac_srs_create()
758 if (!FLOW_TAB_EMPTY(mip->mi_flow_tab)) { in mac_rx_common()