Lines Matching defs:bitmap
143 unsigned long *bitmap,
152 (bitmap || udp_sk(sk2)->udp_port_hash == num) &&
160 if (!bitmap)
163 if (!bitmap)
166 bitmap);
248 DECLARE_BITMAP(bitmap, PORTS_PER_CHAIN);
265 bitmap_zero(bitmap, PORTS_PER_CHAIN);
267 udp_lib_lport_inuse(net, snum, hslot, bitmap, sk,
278 !test_bit(snum >> udptable->log, bitmap) &&
3498 /* Set min to keep the bitmap on stack in udp_lib_get_port() */