Searched refs:HTYPE (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 180 #ifndef HTYPE 1458 IPSET_TOKEN(HTYPE, _create)(struct net *net, struct ip_set *set, in IPSET_TOKEN() argument 1613 set->variant = &IPSET_TOKEN(HTYPE, 4_variant); in IPSET_TOKEN() 1615 sizeof(struct IPSET_TOKEN(HTYPE, 4_elem)), in IPSET_TOKEN() 1616 __alignof__(struct IPSET_TOKEN(HTYPE, 4_elem))); in IPSET_TOKEN() 1619 set->variant = &IPSET_TOKEN(HTYPE, 6_variant); in IPSET_TOKEN() 1621 sizeof(struct IPSET_TOKEN(HTYPE, 6_elem)), in IPSET_TOKEN() 1622 __alignof__(struct IPSET_TOKEN(HTYPE, 6_elem))); in IPSET_TOKEN() 1631 IPSET_TOKEN(HTYPE, 4_gc_init)(&h->gc); in IPSET_TOKEN() 1634 IPSET_TOKEN(HTYPE, 6_gc_init)(&h->gc); in IPSET_TOKEN()
|
D | ip_set_hash_mac.c | 27 #define HTYPE hash_mac macro
|
D | ip_set_hash_ipmac.c | 34 #define HTYPE hash_ipmac macro
|
D | ip_set_hash_ip.c | 36 #define HTYPE hash_ip macro
|
D | ip_set_hash_ipmark.c | 33 #define HTYPE hash_ipmark macro
|
D | ip_set_hash_net.c | 36 #define HTYPE hash_net macro
|
D | ip_set_hash_ipportip.c | 37 #define HTYPE hash_ipportip macro
|
D | ip_set_hash_ipport.c | 38 #define HTYPE hash_ipport macro
|
D | ip_set_hash_netport.c | 38 #define HTYPE hash_netport macro
|
D | ip_set_hash_netiface.c | 38 #define HTYPE hash_netiface macro
|
D | ip_set_hash_netnet.c | 35 #define HTYPE hash_netnet macro
|
D | ip_set_hash_ipportnet.c | 39 #define HTYPE hash_ipportnet macro
|
D | ip_set_hash_netportnet.c | 35 #define HTYPE hash_netportnet macro
|