test_bit
static inline int test_bit(__u8 *bitmap, unsigned int bit)
#define test_bit(bit, var) ((var) & (1 << (bit)))