Searched refs:enetc_act_fwd (Results 1 – 1 of 1) sorted by relevance
426 static struct actions_fwd enetc_act_fwd[] = { variable1020 for (i = 0; i < ARRAY_SIZE(enetc_act_fwd); i++) in enetc_check_flow_actions()1021 if (acts == enetc_act_fwd[i].actions && in enetc_check_flow_actions()1022 inputkeys & enetc_act_fwd[i].keys) in enetc_check_flow_actions()1023 return &enetc_act_fwd[i]; in enetc_check_flow_actions()