Searched refs:target_protocol (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 1796 uint8_t target_protocol, 1828 uint8_t target_protocol, 1833 uint8_t target_protocol, 1837 uint8_t target_protocol, 1855 uint8_t target_protocol, 1859 uint8_t target_protocol, 1863 uint8_t target_protocol,
|
| H A D | mlx5_flow.c | 2204 if (target_protocol != 0xFF && target_protocol != IPPROTO_ICMPV6) in mlx5_flow_validate_item_icmp6() 2263 if (target_protocol != 0xFF && target_protocol != IPPROTO_ICMP) in mlx5_flow_validate_item_icmp() 2667 uint8_t target_protocol, in mlx5_flow_validate_item_esp() argument 2686 if (target_protocol != 0xff && target_protocol != IPPROTO_ESP) in mlx5_flow_validate_item_esp() 2723 uint8_t target_protocol, in mlx5_flow_validate_item_udp() argument 2734 if (target_protocol != 0xff && target_protocol != IPPROTO_UDP) in mlx5_flow_validate_item_udp() 2777 uint8_t target_protocol, in mlx5_flow_validate_item_tcp() argument 2790 if (target_protocol != 0xff && target_protocol != IPPROTO_TCP) in mlx5_flow_validate_item_tcp() 3156 uint8_t target_protocol, in mlx5_flow_validate_item_gre() argument 3167 if (target_protocol != 0xff && target_protocol != IPPROTO_GRE) in mlx5_flow_validate_item_gre() [all …]
|