Lines Matching refs:MK_FLOW_ACTION

167 #define MK_FLOW_ACTION(t, s) \  macro
184 MK_FLOW_ACTION(END, 0),
185 MK_FLOW_ACTION(VOID, 0),
186 MK_FLOW_ACTION(PASSTHRU, 0),
187 MK_FLOW_ACTION(JUMP, sizeof(struct rte_flow_action_jump)),
188 MK_FLOW_ACTION(MARK, sizeof(struct rte_flow_action_mark)),
189 MK_FLOW_ACTION(FLAG, 0),
190 MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),
191 MK_FLOW_ACTION(DROP, 0),
192 MK_FLOW_ACTION(COUNT, sizeof(struct rte_flow_action_count)),
193 MK_FLOW_ACTION(RSS, sizeof(struct rte_flow_action_rss)),
194 MK_FLOW_ACTION(PF, 0),
195 MK_FLOW_ACTION(VF, sizeof(struct rte_flow_action_vf)),
196 MK_FLOW_ACTION(PHY_PORT, sizeof(struct rte_flow_action_phy_port)),
197 MK_FLOW_ACTION(PORT_ID, sizeof(struct rte_flow_action_port_id)),
198 MK_FLOW_ACTION(METER, sizeof(struct rte_flow_action_meter)),
199 MK_FLOW_ACTION(SECURITY, sizeof(struct rte_flow_action_security)),
200 MK_FLOW_ACTION(OF_SET_MPLS_TTL,
202 MK_FLOW_ACTION(OF_DEC_MPLS_TTL, 0),
203 MK_FLOW_ACTION(OF_SET_NW_TTL,
205 MK_FLOW_ACTION(OF_DEC_NW_TTL, 0),
206 MK_FLOW_ACTION(OF_COPY_TTL_OUT, 0),
207 MK_FLOW_ACTION(OF_COPY_TTL_IN, 0),
208 MK_FLOW_ACTION(OF_POP_VLAN, 0),
209 MK_FLOW_ACTION(OF_PUSH_VLAN,
211 MK_FLOW_ACTION(OF_SET_VLAN_VID,
213 MK_FLOW_ACTION(OF_SET_VLAN_PCP,
215 MK_FLOW_ACTION(OF_POP_MPLS,
217 MK_FLOW_ACTION(OF_PUSH_MPLS,
219 MK_FLOW_ACTION(VXLAN_ENCAP, sizeof(struct rte_flow_action_vxlan_encap)),
220 MK_FLOW_ACTION(VXLAN_DECAP, 0),
221 MK_FLOW_ACTION(NVGRE_ENCAP, sizeof(struct rte_flow_action_vxlan_encap)),
222 MK_FLOW_ACTION(NVGRE_DECAP, 0),
223 MK_FLOW_ACTION(RAW_ENCAP, sizeof(struct rte_flow_action_raw_encap)),
224 MK_FLOW_ACTION(RAW_DECAP, sizeof(struct rte_flow_action_raw_decap)),
225 MK_FLOW_ACTION(SET_IPV4_SRC,
227 MK_FLOW_ACTION(SET_IPV4_DST,
229 MK_FLOW_ACTION(SET_IPV6_SRC,
231 MK_FLOW_ACTION(SET_IPV6_DST,
233 MK_FLOW_ACTION(SET_TP_SRC,
235 MK_FLOW_ACTION(SET_TP_DST,
237 MK_FLOW_ACTION(MAC_SWAP, 0),
238 MK_FLOW_ACTION(DEC_TTL, 0),
239 MK_FLOW_ACTION(SET_TTL, sizeof(struct rte_flow_action_set_ttl)),
240 MK_FLOW_ACTION(SET_MAC_SRC, sizeof(struct rte_flow_action_set_mac)),
241 MK_FLOW_ACTION(SET_MAC_DST, sizeof(struct rte_flow_action_set_mac)),
242 MK_FLOW_ACTION(INC_TCP_SEQ, sizeof(rte_be32_t)),
243 MK_FLOW_ACTION(DEC_TCP_SEQ, sizeof(rte_be32_t)),
244 MK_FLOW_ACTION(INC_TCP_ACK, sizeof(rte_be32_t)),
245 MK_FLOW_ACTION(DEC_TCP_ACK, sizeof(rte_be32_t)),
246 MK_FLOW_ACTION(SET_TAG, sizeof(struct rte_flow_action_set_tag)),
247 MK_FLOW_ACTION(SET_META, sizeof(struct rte_flow_action_set_meta)),
248 MK_FLOW_ACTION(SET_IPV4_DSCP, sizeof(struct rte_flow_action_set_dscp)),
249 MK_FLOW_ACTION(SET_IPV6_DSCP, sizeof(struct rte_flow_action_set_dscp)),
250 MK_FLOW_ACTION(AGE, sizeof(struct rte_flow_action_age)),
251 MK_FLOW_ACTION(SAMPLE, sizeof(struct rte_flow_action_sample)),
252 MK_FLOW_ACTION(MODIFY_FIELD,
260 MK_FLOW_ACTION(INDIRECT, 0),
261 MK_FLOW_ACTION(CONNTRACK, sizeof(struct rte_flow_action_conntrack)),
262 MK_FLOW_ACTION(PORT_REPRESENTOR, sizeof(struct rte_flow_action_ethdev)),
263 MK_FLOW_ACTION(REPRESENTED_PORT, sizeof(struct rte_flow_action_ethdev)),