Home
last modified time | relevance | path

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

/linux/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()
/linux/include/uapi/linux/netfilter/
H A Dxt_dccp.h21 __u16 typemask; member
/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c404 u64 typemask = 0; in gt_types_allowed_store() local
418 typemask |= BIT(gt_types[i].type); in gt_types_allowed_store()
432 dev->config.gt_types_allowed = typemask; in gt_types_allowed_store()
/linux/fs/nfsd/
H A Dstate.h808 stateid_t *stateid, unsigned short typemask,