Home
last modified time | relevance | path

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

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