| /linux/net/netfilter/ipset/ |
| H A D | ip_set_hash_netnet.c | 132 #define HOST_MASK 32 macro 138 e->cidr[0] = HOST_MASK; in hash_netnet4_init() 139 e->cidr[1] = HOST_MASK; in hash_netnet4_init() 153 e.cidr[0] = INIT_CIDR(h->rnets[0], HOST_MASK); in hash_netnet4_kadt() 154 e.cidr[1] = INIT_CIDR(h->rnets[1], HOST_MASK); in hash_netnet4_kadt() 157 e.ccmp = (HOST_MASK << (sizeof(e.cidr[0]) * 8)) | HOST_MASK; in hash_netnet4_kadt() 201 if (!e.cidr[0] || e.cidr[0] > HOST_MASK) in hash_netnet4_uadt() 207 if (!e.cidr[1] || e.cidr[1] > HOST_MASK) in hash_netnet4_uadt() 369 #undef HOST_MASK 372 #define HOST_MASK 128 macro [all …]
|
| H A D | ip_set_hash_netportnet.c | 139 #define HOST_MASK 32 145 e->cidr[0] = HOST_MASK; in hash_netportnet4_init() 146 e->cidr[1] = HOST_MASK; in hash_netportnet4_init() 160 e.cidr[0] = INIT_CIDR(h->rnets[0], HOST_MASK); in hash_netportnet4_kadt() 161 e.cidr[1] = INIT_CIDR(h->rnets[1], HOST_MASK); in hash_netportnet4_kadt() 164 e.ccmp = (HOST_MASK << (sizeof(e.cidr[0]) * 8)) | HOST_MASK; in hash_netportnet4_kadt() 225 if (e.cidr[0] > HOST_MASK) in hash_netportnet4_uadt() 231 if (e.cidr[1] > HOST_MASK) in hash_netportnet4_uadt() 432 #undef HOST_MASK 140 #define HOST_MASK global() macro 436 #define HOST_MASK global() macro [all...] |
| H A D | ip_set_hash_net.c | 109 #define HOST_MASK 32 macro 120 .cidr = INIT_CIDR(h->rnets[0], HOST_MASK), in hash_net4_kadt() 127 e.cidr = HOST_MASK; in hash_net4_kadt() 141 struct hash_net4_elem e = { .cidr = HOST_MASK }; in hash_net4_uadt() 163 if (!e.cidr || e.cidr > HOST_MASK) in hash_net4_uadt() 279 #undef HOST_MASK 282 #define HOST_MASK 128 macro 294 .cidr = INIT_CIDR(h->rnets[0], HOST_MASK), in hash_net6_kadt() 301 e.cidr = HOST_MASK; in hash_net6_kadt() 314 struct hash_net6_elem e = { .cidr = HOST_MASK }; in hash_net6_uadt() [all …]
|
| H A D | ip_set_hash_ipportnet.c | 130 #define HOST_MASK 32 macro 141 .cidr = INIT_CIDR(h->rnets[0], HOST_MASK), in hash_ipportnet4_kadt() 146 e.cidr = HOST_MASK - 1; in hash_ipportnet4_kadt() 165 struct hash_ipportnet4_elem e = { .cidr = HOST_MASK - 1 }; in hash_ipportnet4_uadt() 196 if (!cidr || cidr > HOST_MASK) in hash_ipportnet4_uadt() 244 if (!cidr || cidr > HOST_MASK) in hash_ipportnet4_uadt() 386 #undef HOST_MASK 389 #define HOST_MASK 128 macro 401 .cidr = INIT_CIDR(h->rnets[0], HOST_MASK), in hash_ipportnet6_kadt() 406 e.cidr = HOST_MASK - 1; in hash_ipportnet6_kadt() [all …]
|
| H A D | ip_set_hash_netiface.c | 135 #define HOST_MASK 32 163 .cidr = INIT_CIDR(h->rnets[0], HOST_MASK), in hash_netiface4_kadt() 169 e.cidr = HOST_MASK; in hash_netiface4_kadt() 202 struct hash_netiface4_elem e = { .cidr = HOST_MASK, .elem = 1 }; in hash_netiface4_uadt() 225 if (e.cidr > HOST_MASK) in hash_netiface4_uadt() 368 #undef HOST_MASK 371 #define HOST_MASK 128 384 .cidr = INIT_CIDR(h->rnets[0], HOST_MASK), in hash_netiface6_kadt() 390 e.cidr = HOST_MASK; in hash_netiface6_kadt() 420 struct hash_netiface6_elem e = { .cidr = HOST_MASK, in hash_netiface6_uadt() 136 #define HOST_MASK global() macro 372 #define HOST_MASK global() macro [all...] |
| H A D | ip_set_hash_netport.c | 125 #define HOST_MASK 32 macro 136 .cidr = INIT_CIDR(h->rnets[0], HOST_MASK), in hash_netport4_kadt() 141 e.cidr = HOST_MASK - 1; in hash_netport4_kadt() 159 struct hash_netport4_elem e = { .cidr = HOST_MASK - 1 }; in hash_netport4_uadt() 185 if (!cidr || cidr > HOST_MASK) in hash_netport4_uadt() 341 #undef HOST_MASK 344 #define HOST_MASK 128 macro 356 .cidr = INIT_CIDR(h->rnets[0], HOST_MASK), in hash_netport6_kadt() 361 e.cidr = HOST_MASK - 1; in hash_netport6_kadt() 379 struct hash_netport6_elem e = { .cidr = HOST_MASK - 1 }; in hash_netport6_uadt() [all …]
|
| H A D | ip_set_hash_ip.c | 76 #define HOST_MASK 32 macro 145 if (!cidr || cidr > HOST_MASK) in hash_ip4_uadt() 207 #undef HOST_MASK 210 #define HOST_MASK 128 macro 253 if (cidr != HOST_MASK) in hash_ip6_uadt()
|
| H A D | ip_set_hash_ipmark.c | 76 #define HOST_MASK 32 macro 146 if (!cidr || cidr > HOST_MASK) in hash_ipmark4_uadt() 211 #undef HOST_MASK 214 #define HOST_MASK 128 macro 256 if (cidr != HOST_MASK) in hash_ipmark6_uadt()
|
| H A D | ip_set_hash_ipportip.c | 86 #define HOST_MASK 32 macro 171 if (!cidr || cidr > HOST_MASK) in hash_ipportip4_uadt() 255 #undef HOST_MASK 258 #define HOST_MASK 128 macro 304 if (cidr != HOST_MASK) in hash_ipportip6_uadt()
|
| H A D | ip_set_hash_ipport.c | 87 #define HOST_MASK 32 macro 175 if (!cidr || cidr > HOST_MASK) in hash_ipport4_uadt() 256 #undef HOST_MASK 259 #define HOST_MASK 128 macro 309 if (cidr != HOST_MASK) in hash_ipport6_uadt()
|
| H A D | ip_set_bitmap_ip.c | 36 #define HOST_MASK 32 macro 171 if (!cidr || cidr > HOST_MASK) in bitmap_ip_uadt() 277 if (cidr >= HOST_MASK) in bitmap_ip_create() 287 if (netmask > HOST_MASK) in bitmap_ip_create()
|
| H A D | ip_set_bitmap_ipmac.c | 36 #define HOST_MASK 32 macro 345 if (cidr >= HOST_MASK) in bitmap_ipmac_create()
|
| H A D | ip_set_hash_gen.h | 201 #ifndef HOST_MASK 202 #error "HOST_MASK is not defined!" 1406 if (DCIDR_GET(d->cidr, i) != HOST_MASK) in mtype_head() 1480 /* if netmask is set to anything other than HOST_MASK we know that the user supplied netmask in mtype_list() 1482 if (h->netmask == HOST_MASK && !nf_inet_addr_cmp(&onesmask, &h->bitmask)) { in mtype_list() 1493 if (h->netmask != HOST_MASK && nla_put_u8(skb, IPSET_ATTR_NETMASK, h->netmask)) in mtype_list()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_accel.c | 307 pix_width &= ~(BYTE_ORDER_MASK | HOST_MASK); in atyfb_imageblit() 311 pix_width &= ~(BYTE_ORDER_MASK | HOST_MASK); in atyfb_imageblit() 315 pix_width &= ~HOST_MASK; in atyfb_imageblit() 319 pix_width &= ~HOST_MASK; in atyfb_imageblit() 323 pix_width &= ~HOST_MASK; in atyfb_imageblit() 327 pix_width &= ~HOST_MASK; in atyfb_imageblit() 331 pix_width &= ~HOST_MASK; in atyfb_imageblit()
|
| /linux/include/video/ |
| H A D | mach64.h | 1097 #define HOST_MASK 0xF0000 macro
|