Searched refs:hmask (Results 1 - 4 of 4) sorted by relevance

/include/linux/
H A Dinetdevice.h190 __u32 hmask; local
193 hmask = ntohl(mask);
194 if (hmask & (hmask+1))
252 __u32 hmask = ntohl(mask); local
253 if (!hmask)
255 return 32 - ffz(~hmask);
H A Dpkt_cls.h213 __be32 hmask; member in struct:tc_u32_sel
/include/net/netns/
H A Dxfrm.h14 unsigned int hmask; member in struct:xfrm_policy_hash
/include/net/
H A Dact_api.h55 unsigned int hmask; member in struct:tcf_hashinfo
59 static inline unsigned int tcf_hash(u32 index, unsigned int hmask) argument
61 return index & hmask;

Completed in 202 milliseconds