Searched refs:supported_mask (Results 1 – 3 of 3) sorted by relevance
841 const uint8_t *supported_mask, in tap_flow_item_validate() argument855 if ((spec[i] | supported_mask[i]) != supported_mask[i]) in tap_flow_item_validate()859 if ((default_mask[i] | supported_mask[i]) != in tap_flow_item_validate()860 supported_mask[i]) in tap_flow_item_validate()869 if ((spec[i] | supported_mask[i]) != supported_mask[i]) in tap_flow_item_validate()878 if ((spec[i] | supported_mask[i]) != supported_mask[i]) in tap_flow_item_validate()
392 struct rte_ipv4_hdr supported_mask = { in enic_copy_item_ipv4_v1() local409 if (!mask_exact_match((const uint8_t *)&supported_mask, in enic_copy_item_ipv4_v1()430 struct rte_udp_hdr supported_mask = { in enic_copy_item_udp_v1() local447 if (!mask_exact_match((const uint8_t *)&supported_mask, in enic_copy_item_udp_v1()469 struct rte_tcp_hdr supported_mask = { in enic_copy_item_tcp_v1() local486 if (!mask_exact_match((const uint8_t *)&supported_mask, in enic_copy_item_tcp_v1()
23342 uint32_t supported_mask; member