Searched refs:typemask (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_dccp.h20 __u16 typemask; member in struct:xt_dccp_info
/linux-4.4.14/net/netfilter/
H A Dxt_dccp.c86 match_types(const struct dccp_hdr *dh, u_int16_t typemask) match_types() argument
88 return typemask & (1 << dh->dccph_type); match_types()
120 && DCCHECK(match_types(dh, info->typemask), dccp_mt()
/linux-4.4.14/fs/nfsd/
H A Dnfs4layouts.c242 unsigned char typemask = NFS4_LAYOUT_STID; nfsd4_preprocess_layout_stateid() local
246 typemask |= (NFS4_OPEN_STID | NFS4_LOCK_STID | NFS4_DELEG_STID); nfsd4_preprocess_layout_stateid()
248 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, nfsd4_preprocess_layout_stateid()
H A Dstate.h584 stateid_t *stateid, unsigned char typemask,
H A Dnfs4state.c2009 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) find_stateid_by_type() argument
2016 if (typemask & s->sc_type) find_stateid_by_type()
4710 stateid_t *stateid, unsigned char typemask, nfsd4_lookup_stateid()
4725 *s = find_stateid_by_type(cstate->clp, stateid, typemask); nfsd4_lookup_stateid()
4967 stateid_t *stateid, char typemask, nfs4_preprocess_seqid_op()
4979 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &s, nn); nfs4_preprocess_seqid_op()
4709 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
4966 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

Completed in 150 milliseconds