Searched refs:typemask (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/net/netfilter/ |
| 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-v6.6/include/uapi/linux/netfilter/ |
| D | xt_dccp.h | 21 __u16 typemask; member
|
| /Linux-v6.6/fs/nfsd/ |
| D | nfs4layouts.c | 272 unsigned char typemask = NFS4_LAYOUT_STID; in nfsd4_preprocess_layout_stateid() local 276 typemask |= (NFS4_OPEN_STID | NFS4_LOCK_STID | NFS4_DELEG_STID); in nfsd4_preprocess_layout_stateid() 278 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, in nfsd4_preprocess_layout_stateid()
|
| D | state.h | 677 stateid_t *stateid, unsigned char typemask,
|
| D | nfs4state.c | 2461 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type() argument 2468 if (typemask & s->sc_type) in find_stateid_by_type() 6433 stateid_t *stateid, unsigned char typemask, in nfsd4_lookup_stateid() argument 6444 if (typemask & NFS4_REVOKED_DELEG_STID) in nfsd4_lookup_stateid() 6446 else if (typemask & NFS4_DELEG_STID) in nfsd4_lookup_stateid() 6447 typemask |= NFS4_REVOKED_DELEG_STID; in nfsd4_lookup_stateid() 6460 stid = find_stateid_by_type(cstate->clp, stateid, typemask); in nfsd4_lookup_stateid() 6836 stateid_t *stateid, char typemask, in nfs4_preprocess_seqid_op() argument 6847 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &s, nn); in nfs4_preprocess_seqid_op()
|
| /Linux-v6.6/drivers/scsi/lpfc/ |
| D | lpfc_ct.c | 2591 lpfc_fdmi_set_attr_fc4types(void *attr, uint16_t attrtype, uint32_t typemask) in lpfc_fdmi_set_attr_fc4types() argument 2599 if (typemask & ATTR_FC4_FCP) in lpfc_fdmi_set_attr_fc4types() 2602 if (typemask & ATTR_FC4_CT) in lpfc_fdmi_set_attr_fc4types() 2605 if (typemask & ATTR_FC4_NVME) in lpfc_fdmi_set_attr_fc4types()
|