Searched refs:type_match (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/ipv6/netfilter/
H A Dip6t_mh.c26 type_match(u_int8_t min, u_int8_t max, u_int8_t type, bool invert) function
57 return type_match(mhinfo->types[0], mhinfo->types[1], mh->ip6mh_type,
/linux-master/arch/sparc/kernel/
H A Dof_device_64.c111 goto type_match;
118 goto type_match;
122 type_match:
/linux-master/drivers/dpll/
H A Ddpll_netlink.c1057 bool cid_match, mod_match, type_match; local
1066 type_match = type ? prop->type == type : true;
1076 if (cid_match && mod_match && type_match && board_match &&
1260 bool cid_match, mod_match, type_match; local
1268 type_match = type ? dpll->type == type : true;
1269 if (cid_match && mod_match && type_match) {
/linux-master/tools/perf/util/
H A Dhist.c1393 bool type_match = false; local
1423 type_match = true;
1428 if (type_match) {
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.c3340 reg_fcfi->rq_cfg[i].type_match = rq_cfg[i].type_match;
3369 reg_fcfi_mrq->rq_cfg[i].type_match = rq_cfg[i].type_match;
H A Dsli4.h2437 u8 type_match; member in struct:sli4_cmd_reg_fcfi_rq_cfg
2493 u8 type_match; member in struct:sli4_cmd_rq_cfg
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c737 rq_cfg[i].type_match = (u8)(hw->config.filter_def[i] >> 24);
793 rq_filter[i].type_match = (u8)(hw->config.filter_def[i] >> 8);

Completed in 169 milliseconds