Searched refs:enetc_act_fwd (Results 1 – 1 of 1) sorted by relevance
432 static struct actions_fwd enetc_act_fwd[] = { variable1065 for (i = 0; i < ARRAY_SIZE(enetc_act_fwd); i++) in enetc_check_flow_actions()1066 if (acts == enetc_act_fwd[i].actions && in enetc_check_flow_actions()1067 inputkeys & enetc_act_fwd[i].keys) in enetc_check_flow_actions()1068 return &enetc_act_fwd[i]; in enetc_check_flow_actions()