Searched refs:ULP_BITMAP_CMP (Results 1 – 2 of 2) sorted by relevance
65 if (ULP_BITMAP_CMP(¶ms->hdr_bitmap, &class_match->hdr_sig)) { in ulp_matcher_pattern_match()69 if (ULP_BITMAP_CMP(¶ms->fld_bitmap, &class_match->field_sig)) { in ulp_matcher_pattern_match()111 if (ULP_BITMAP_CMP(¶ms->act_bitmap, &act_match->act_sig)) { in ulp_matcher_action_match()
23 #define ULP_BITMAP_CMP(b1, b2) memcmp(&(b1)->bits, \ macro