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/fs/nfsd/ |
| H A D | nfs4layouts.c | 293 unsigned short typemask = SC_TYPE_LAYOUT; in nfsd4_preprocess_layout_stateid() local 297 typemask |= (SC_TYPE_OPEN | SC_TYPE_LOCK | SC_TYPE_DELEG); in nfsd4_preprocess_layout_stateid() 299 status = nfsd4_lookup_stateid(cstate, stateid, typemask, 0, &stid, in nfsd4_preprocess_layout_stateid()
|
| H A D | state.h | 885 stateid_t *stateid, unsigned short typemask,
|
| H A D | nfs4state.c | 3144 unsigned short typemask, unsigned short ok_states) in find_stateid_by_type() argument 3152 (typemask & s->sc_type)) in find_stateid_by_type() 7947 unsigned short typemask, unsigned short statusmask, in nfsd4_lookup_stateid() argument 7960 if (typemask & SC_TYPE_DELEG) in nfsd4_lookup_stateid() 7979 stid = find_stateid_by_type(cstate->clp, stateid, typemask, statusmask); in nfsd4_lookup_stateid() 8364 unsigned short typemask, unsigned short statusmask, in nfs4_preprocess_seqid_op() argument 8377 typemask, statusmask, &s, nn); in nfs4_preprocess_seqid_op()
|