Searched refs:sfc_flow_item_parse (Results 1 – 2 of 2) sorted by relevance
136 typedef int (sfc_flow_item_parse)(const struct rte_flow_item *item, typedef146 sfc_flow_item_parse *parse; /* Parsing function */
97 static sfc_flow_item_parse sfc_flow_parse_void;98 static sfc_flow_item_parse sfc_flow_parse_eth;99 static sfc_flow_item_parse sfc_flow_parse_vlan;100 static sfc_flow_item_parse sfc_flow_parse_ipv4;101 static sfc_flow_item_parse sfc_flow_parse_ipv6;102 static sfc_flow_item_parse sfc_flow_parse_tcp;103 static sfc_flow_item_parse sfc_flow_parse_udp;104 static sfc_flow_item_parse sfc_flow_parse_vxlan;105 static sfc_flow_item_parse sfc_flow_parse_geneve;106 static sfc_flow_item_parse sfc_flow_parse_nvgre;[all …]