is_exactmatch
!is_exactmatch(flow->l2_mask.smac, sizeof(flow->l2_mask.smac))) {
!is_exactmatch(&flow->l2_mask.dmac, sizeof(flow->l2_mask.dmac))) {
!is_exactmatch(&flow->l2_mask.inner_vlan_tpid,
if (!is_exactmatch(&flow->l2_mask.ether_type,
if (!is_exactmatch(ð_addr_mask[0], ETH_ALEN))
if (!is_exactmatch(ð_addr_mask[ETH_ALEN / 2], ETH_ALEN))
static bool is_exactmatch(void *mask, int len);