Searched refs:enetc_act_fwd (Results 1 – 1 of 1) sorted by relevance
483 static struct actions_fwd enetc_act_fwd[] = { variable1077 for (i = 0; i < ARRAY_SIZE(enetc_act_fwd); i++) in enetc_check_flow_actions()1078 if (acts == enetc_act_fwd[i].actions && in enetc_check_flow_actions()1079 inputkeys & enetc_act_fwd[i].keys) in enetc_check_flow_actions()1080 return &enetc_act_fwd[i]; in enetc_check_flow_actions()