type_match
goto type_match;
goto type_match;
type_match:
bool cid_match, mod_match, type_match;
type_match = type ? prop->type == type : true;
if (cid_match && mod_match && type_match && board_match &&
bool cid_match, mod_match, type_match;
type_match = type ? dpll->type == type : true;
if (cid_match && mod_match && type_match) {
rq_cfg[i].type_match = (u8)(hw->config.filter_def[i] >> 24);
rq_filter[i].type_match = (u8)(hw->config.filter_def[i] >> 8);
reg_fcfi->rq_cfg[i].type_match = rq_cfg[i].type_match;
reg_fcfi_mrq->rq_cfg[i].type_match = rq_cfg[i].type_match;
u8 type_match;
u8 type_match;
return type_match(mhinfo->types[0], mhinfo->types[1], mh->ip6mh_type,
bool type_match = false;
type_match = true;
if (type_match) {