Searched refs:target_protocol (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 1332 uint8_t target_protocol, 1358 uint8_t target_protocol, 1363 uint8_t target_protocol, 1378 uint8_t target_protocol, 1382 uint8_t target_protocol, 1386 uint8_t target_protocol,
|
| H A D | mlx5_flow.c | 1702 if (target_protocol != 0xFF && target_protocol != IPPROTO_ICMPV6) in mlx5_flow_validate_item_icmp6() 1744 uint8_t target_protocol, in mlx5_flow_validate_item_icmp() argument 1761 if (target_protocol != 0xFF && target_protocol != IPPROTO_ICMP) in mlx5_flow_validate_item_icmp() 2163 uint8_t target_protocol, in mlx5_flow_validate_item_udp() argument 2174 if (target_protocol != 0xff && target_protocol != IPPROTO_UDP) in mlx5_flow_validate_item_udp() 2217 uint8_t target_protocol, in mlx5_flow_validate_item_tcp() argument 2230 if (target_protocol != 0xff && target_protocol != IPPROTO_TCP) in mlx5_flow_validate_item_tcp() 2470 uint8_t target_protocol, in mlx5_flow_validate_item_gre() argument 2481 if (target_protocol != 0xff && target_protocol != IPPROTO_GRE) in mlx5_flow_validate_item_gre() 2692 uint8_t target_protocol, in mlx5_flow_validate_item_nvgre() argument [all …]
|