Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_dccp.c83 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()
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dxt_dccp.h21 __u16 typemask; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dxt_dccp.h21 __u16 typemask; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dxt_dccp.h21 __u16 typemask; member
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4layouts.c271 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 Dstate.h637 stateid_t *stateid, unsigned char typemask,
H A Dnfs4state.c2318 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type() argument
2325 if (typemask & s->sc_type) in find_stateid_by_type()
5678 stateid_t *stateid, unsigned char typemask, in nfsd4_lookup_stateid() argument
5688 if (typemask & NFS4_REVOKED_DELEG_STID) in nfsd4_lookup_stateid()
5690 else if (typemask & NFS4_DELEG_STID) in nfsd4_lookup_stateid()
5691 typemask |= NFS4_REVOKED_DELEG_STID; in nfsd4_lookup_stateid()
5705 *s = find_stateid_by_type(cstate->clp, stateid, typemask); in nfsd4_lookup_stateid()
6050 stateid_t *stateid, char typemask, in nfs4_preprocess_seqid_op() argument
6061 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &s, nn); in nfs4_preprocess_seqid_op()