Searched refs:MK_FLOW_ITEM (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.c | 36 #define MK_FLOW_ITEM(t, s) \ macro 44 MK_FLOW_ITEM(END, 0), 45 MK_FLOW_ITEM(VOID, 0), 46 MK_FLOW_ITEM(INVERT, 0), 47 MK_FLOW_ITEM(ANY, sizeof(struct rte_flow_item_any)), 48 MK_FLOW_ITEM(PF, 0), 49 MK_FLOW_ITEM(VF, sizeof(struct rte_flow_item_vf)), 80 MK_FLOW_ITEM(ICMP6_ND_OPT_SLA_ETH, 82 MK_FLOW_ITEM(ICMP6_ND_OPT_TLA_ETH, 87 MK_FLOW_ITEM(GRE_KEY, sizeof(rte_be32_t)), [all …]
|