Searched refs:HKEY_DATALEN (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/netfilter/ipset/
H A Dip_set_hash_ipmac.c80 #define HKEY_DATALEN sizeof(struct hash_ipmac4_elem) macro
187 #undef HKEY_DATALEN macro
192 #define HKEY_DATALEN sizeof(struct hash_ipmac6_elem) macro
H A Dip_set_hash_netiface.c137 #define HKEY_DATALEN sizeof(struct hash_netiface4_elem_hashed) macro
373 #define HKEY_DATALEN sizeof(struct hash_netiface6_elem_hashed) macro
H A Dip_set_hash_gen.h274 #ifndef HKEY_DATALEN
275 #define HKEY_DATALEN sizeof(struct mtype_elem) macro
283 u32 __l = HKEY_DATALEN / sizeof(u32); \
285 BUILD_BUG_ON(HKEY_DATALEN % sizeof(u32) != 0); \
1645 #undef HKEY_DATALEN macro

Completed in 210 milliseconds