/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
H A D | xt_dccp.h | 21 __u16 typemask; member
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
H A D | xt_dccp.h | 21 __u16 typemask; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_dccp.h | 32 __u16 typemask; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_dccp.h | 32 __u16 typemask; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_dccp.h | 19 __u16 typemask; member
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4layouts.c | 271 unsigned char typemask = NFS4_LAYOUT_STID; in nfsd4_preprocess_layout_stateid() local 275 typemask |= (NFS4_OPEN_STID | NFS4_LOCK_STID | NFS4_DELEG_STID); in nfsd4_preprocess_layout_stateid() 277 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, in nfsd4_preprocess_layout_stateid()
|
H A D | state.h | 637 stateid_t *stateid, unsigned char typemask,
|
H A D | nfs4state.c | 2329 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type() argument 2336 if (typemask & s->sc_type) in find_stateid_by_type() 5691 stateid_t *stateid, unsigned char typemask, in nfsd4_lookup_stateid() 5701 if (typemask & NFS4_REVOKED_DELEG_STID) in nfsd4_lookup_stateid() 5703 else if (typemask & NFS4_DELEG_STID) in nfsd4_lookup_stateid() 5704 typemask |= NFS4_REVOKED_DELEG_STID; in nfsd4_lookup_stateid() 5718 *s = find_stateid_by_type(cstate->clp, stateid, typemask); in nfsd4_lookup_stateid() 6063 stateid_t *stateid, char typemask, in nfs4_preprocess_seqid_op() 6074 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &s, nn); in nfs4_preprocess_seqid_op() 5690 nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid, unsigned char typemask, struct nfs4_stid **s, struct nfsd_net *nn) nfsd4_lookup_stateid() argument 6062 nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, stateid_t *stateid, char typemask, struct nfs4_ol_stateid **stpp, struct nfsd_net *nn) nfs4_preprocess_seqid_op() argument
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A 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()
|
H A D | state.h | 677 stateid_t *stateid, unsigned char typemask,
|
H A 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() 6432 stateid_t *stateid, unsigned char typemask, in nfsd4_lookup_stateid() 6443 if (typemask & NFS4_REVOKED_DELEG_STID) in nfsd4_lookup_stateid() 6445 else if (typemask & NFS4_DELEG_STID) in nfsd4_lookup_stateid() 6446 typemask |= NFS4_REVOKED_DELEG_STID; in nfsd4_lookup_stateid() 6459 stid = find_stateid_by_type(cstate->clp, stateid, typemask); in nfsd4_lookup_stateid() 6825 * @typemask: mask of allowable types for this operation 6835 stateid_t *stateid, char typemask, in nfs4_preprocess_seqid_op() 6846 status = nfsd4_lookup_stateid(cstate, stateid, typemask, in nfs4_preprocess_seqid_op() 6431 nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid, unsigned char typemask, struct nfs4_stid **s, struct nfsd_net *nn) nfsd4_lookup_stateid() argument 6834 nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, stateid_t *stateid, char typemask, struct nfs4_ol_stateid **stpp, struct nfsd_net *nn) nfs4_preprocess_seqid_op() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A 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()
|