Searched refs:typemask (Results 1 – 5 of 5) sorted by relevance
| /linux/net/netfilter/ |
| H A D | xt_dccp.c | 83 match_types(const struct dccp_hdr *dh, u_int16_t typemask) in match_types() argument 85 return typemask & (1 << dh->dccph_type); in match_types() 117 && DCCHECK(match_types(dh, info->typemask), in dccp_mt()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_dccp.h | 21 __u16 typemask; member
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_configfs.c | 404 u64 typemask = 0; in gt_types_allowed_store() local 418 typemask |= BIT(gt_types[i].type); in gt_types_allowed_store() 432 dev->config.gt_types_allowed = typemask; in gt_types_allowed_store()
|
| /linux/fs/nfsd/ |
| H A D | state.h | 808 stateid_t *stateid, unsigned short typemask,
|
| H A D | nfs4state.c | 2760 unsigned short typemask, unsigned short ok_states) in find_stateid_by_type() argument 2768 (typemask & s->sc_type)) in find_stateid_by_type() 7247 unsigned short typemask, unsigned short statusmask, in nfsd4_lookup_stateid() argument 7260 if (typemask & SC_TYPE_DELEG) in nfsd4_lookup_stateid() 7279 stid = find_stateid_by_type(cstate->clp, stateid, typemask, statusmask); in nfsd4_lookup_stateid() 7659 unsigned short typemask, unsigned short statusmask, in nfs4_preprocess_seqid_op() argument 7672 typemask, statusmask, &s, nn); in nfs4_preprocess_seqid_op()
|