Lines Matching refs:l3_mask
433 flow->l3_mask.ipv4.daddr.s_addr = match.mask->dst;
435 flow->l3_mask.ipv4.saddr.s_addr = match.mask->src;
442 flow->l3_mask.ipv6.daddr = match.mask->dst;
444 flow->l3_mask.ipv6.saddr = match.mask->src;
595 struct bnxt_tc_l3_key *l3_mask = &flow->l3_mask;
704 if (is_wildcard(l3_mask, sizeof(*l3_mask)) &&
715 inet_mask_len(l3_mask->ipv4.daddr.s_addr);
718 inet_mask_len(l3_mask->ipv4.saddr.s_addr);
723 ipv6_mask_len(&l3_mask->ipv6.daddr);
727 ipv6_mask_len(&l3_mask->ipv6.saddr);