Searched refs:HOST_MASK (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/net/netfilter/ipset/ |
D | ip_set_hash_net.c | 125 #define HOST_MASK 32 macro 134 struct hash_net4_elem data = { .cidr = h->nets[0].cidr || HOST_MASK }; in hash_net4_kadt() 139 data.cidr = HOST_MASK; in hash_net4_kadt() 153 struct hash_net4_elem data = { .cidr = HOST_MASK }; in hash_net4_uadt() 287 #undef HOST_MASK 290 #define HOST_MASK 128 macro 299 struct hash_net6_elem data = { .cidr = h->nets[0].cidr || HOST_MASK }; in hash_net6_kadt() 304 data.cidr = HOST_MASK; in hash_net6_kadt() 318 struct hash_net6_elem data = { .cidr = HOST_MASK }; in hash_net6_uadt()
|
D | ip_set_hash_netport.c | 137 #define HOST_MASK 32 macro 147 .cidr = h->nets[0].cidr || HOST_MASK }; in hash_netport4_kadt() 152 data.cidr = HOST_MASK; in hash_netport4_kadt() 170 struct hash_netport4_elem data = { .cidr = HOST_MASK }; in hash_netport4_uadt() 347 #undef HOST_MASK 350 #define HOST_MASK 128 macro 360 .cidr = h->nets[0].cidr || HOST_MASK }; in hash_netport6_kadt() 365 data.cidr = HOST_MASK; in hash_netport6_kadt() 383 struct hash_netport6_elem data = { .cidr = HOST_MASK }; in hash_netport6_uadt()
|
D | ip_set_hash_ipportnet.c | 140 #define HOST_MASK 32 macro 150 { .cidr = h->nets[0].cidr || HOST_MASK }; in hash_ipportnet4_kadt() 155 data.cidr = HOST_MASK; in hash_ipportnet4_kadt() 174 struct hash_ipportnet4_elem data = { .cidr = HOST_MASK }; in hash_ipportnet4_uadt() 385 #undef HOST_MASK 388 #define HOST_MASK 128 macro 398 { .cidr = h->nets[0].cidr || HOST_MASK }; in hash_ipportnet6_kadt() 403 data.cidr = HOST_MASK; in hash_ipportnet6_kadt() 422 struct hash_ipportnet6_elem data = { .cidr = HOST_MASK }; in hash_ipportnet6_uadt()
|
D | ip_set_hash_ip.c | 108 #define HOST_MASK 32 macro 278 #undef HOST_MASK 281 #define HOST_MASK 128 macro
|
D | ip_set_hash_ipport.c | 124 #define HOST_MASK 32 macro 325 #undef HOST_MASK 328 #define HOST_MASK 128 macro
|
D | ip_set_hash_ipportip.c | 127 #define HOST_MASK 32 macro 338 #undef HOST_MASK 341 #define HOST_MASK 128 macro
|
/linux-2.6.39/drivers/video/aty/ |
D | mach64_accel.c | 302 pix_width &= ~(BYTE_ORDER_MASK | HOST_MASK); in atyfb_imageblit() 306 pix_width &= ~(BYTE_ORDER_MASK | HOST_MASK); in atyfb_imageblit() 310 pix_width &= ~HOST_MASK; in atyfb_imageblit() 314 pix_width &= ~HOST_MASK; in atyfb_imageblit() 318 pix_width &= ~HOST_MASK; in atyfb_imageblit() 322 pix_width &= ~HOST_MASK; in atyfb_imageblit() 326 pix_width &= ~HOST_MASK; in atyfb_imageblit()
|
/linux-2.6.39/include/linux/netfilter/ipset/ |
D | ip_set_ahash.h | 379 add_cidr(h, d->cidr, HOST_MASK); in type_pf_add() 414 del_cidr(h, d->cidr, HOST_MASK); in type_pf_del() 515 if (h->netmask != HOST_MASK) in type_pf_head() 690 del_cidr(h, data->cidr, HOST_MASK); in type_pf_expire() 815 del_cidr(h, data->cidr, HOST_MASK); in type_pf_tadd() 816 add_cidr(h, d->cidr, HOST_MASK); in type_pf_tadd() 827 add_cidr(h, d->cidr, HOST_MASK); in type_pf_tadd() 861 del_cidr(h, d->cidr, HOST_MASK); in type_pf_tdel()
|
/linux-2.6.39/include/video/ |
D | mach64.h | 1104 #define HOST_MASK 0xF0000 macro
|
/linux-2.6.39/drivers/net/ |
D | ksz884x.c | 1074 #define HOST_MASK (1 << SWITCH_PORT_NUM) macro 2872 entry->ports = HOST_MASK; in sw_init_stp() 4267 HOST_MASK | (1 << port)); in sw_enable() 5355 member = HOST_MASK | sw->member; in bridge_change() 5357 member = HOST_MASK | (1 << port); in bridge_change()
|