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