Searched refs:MK_FLOW_ITEM (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 82 #define MK_FLOW_ITEM(t, s) \ macro 98 MK_FLOW_ITEM(END, 0), 99 MK_FLOW_ITEM(VOID, 0), 100 MK_FLOW_ITEM(INVERT, 0), 102 MK_FLOW_ITEM(PF, 0), 103 MK_FLOW_ITEM(VF, sizeof(struct rte_flow_item_vf)), 134 MK_FLOW_ITEM(ICMP6_ND_OPT_SLA_ETH, 136 MK_FLOW_ITEM(ICMP6_ND_OPT_TLA_ETH, 141 MK_FLOW_ITEM(GRE_KEY, sizeof(rte_be32_t)), 146 MK_FLOW_ITEM(PPPOE_PROTO_ID, [all …]
|