Home
last modified time | relevance | path

Searched refs:ip_next_proto (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c120 uint8_t ip_next_proto = 0; in mlx5_flow_expand_rss_item_complete() local
173 ip_next_proto = ((const struct rte_flow_item_ipv4 *) in mlx5_flow_expand_rss_item_complete()
175 if (ip_next_proto == IPPROTO_UDP) in mlx5_flow_expand_rss_item_complete()
177 else if (ip_next_proto == IPPROTO_TCP) in mlx5_flow_expand_rss_item_complete()
179 else if (ip_next_proto == IPPROTO_IP) in mlx5_flow_expand_rss_item_complete()
181 else if (ip_next_proto == IPPROTO_IPV6) in mlx5_flow_expand_rss_item_complete()
195 ip_next_proto = ((const struct rte_flow_item_ipv6 *) in mlx5_flow_expand_rss_item_complete()
197 if (ip_next_proto == IPPROTO_UDP) in mlx5_flow_expand_rss_item_complete()
199 else if (ip_next_proto == IPPROTO_TCP) in mlx5_flow_expand_rss_item_complete()
201 else if (ip_next_proto == IPPROTO_IP) in mlx5_flow_expand_rss_item_complete()
[all …]