Searched refs:HTYPE (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 269 #ifndef HTYPE 272 #define htype HTYPE 1226 IPSET_TOKEN(HTYPE, _create)(struct net *net, struct ip_set *set, in IPSET_TOKEN() argument 1330 set->variant = &IPSET_TOKEN(HTYPE, 4_variant); in IPSET_TOKEN() 1332 sizeof(struct IPSET_TOKEN(HTYPE, 4_elem)), in IPSET_TOKEN() 1333 __alignof__(struct IPSET_TOKEN(HTYPE, 4_elem))); in IPSET_TOKEN() 1336 set->variant = &IPSET_TOKEN(HTYPE, 6_variant); in IPSET_TOKEN() 1338 sizeof(struct IPSET_TOKEN(HTYPE, 6_elem)), in IPSET_TOKEN() 1339 __alignof__(struct IPSET_TOKEN(HTYPE, 6_elem))); in IPSET_TOKEN() 1347 IPSET_TOKEN(HTYPE, 4_gc_init)(set, in IPSET_TOKEN() [all …]
|
D | ip_set_hash_mac.c | 31 #define HTYPE hash_mac macro
|
D | ip_set_hash_ipmark.c | 37 #define HTYPE hash_ipmark macro
|
D | ip_set_hash_ip.c | 38 #define HTYPE hash_ip macro
|
D | ip_set_hash_ipport.c | 40 #define HTYPE hash_ipport macro
|
D | ip_set_hash_net.c | 39 #define HTYPE hash_net macro
|
D | ip_set_hash_ipportip.c | 40 #define HTYPE hash_ipportip macro
|
D | ip_set_hash_netnet.c | 36 #define HTYPE hash_netnet macro
|
D | ip_set_hash_netport.c | 41 #define HTYPE hash_netport macro
|
D | ip_set_hash_netiface.c | 40 #define HTYPE hash_netiface macro
|
D | ip_set_hash_ipportnet.c | 42 #define HTYPE hash_ipportnet macro
|
D | ip_set_hash_netportnet.c | 38 #define HTYPE hash_netportnet macro
|
/linux-4.4.14/lib/lz4/ |
D | lz4defs.h | 114 #define HTYPE u32 macro 139 #define HTYPE const u8* macro
|
D | lz4hc_compress.c | 45 HTYPE hashtable[HASHTABLESIZE]; 68 HTYPE *hashtable = hc4->hashtable; in lz4hc_insert() 125 HTYPE *const hashtable = hc4->hashtable; in lz4hc_insertandfindbestmatch() 195 HTYPE *const hashtable = hc4->hashtable; in lz4hc_insertandgetwidermatch()
|
D | lz4_compress.c | 58 HTYPE *hashtable = (HTYPE *)ctx; in lz4_compressctx()
|